Skip to content

Commit

Permalink
use mk/gcc.buildlink2.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed May 27, 2003
1 parent 719847a commit 793d887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions textproc/sablotron/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2003/05/27 05:09:11 grant Exp $
# $NetBSD: Makefile,v 1.10 2003/05/27 08:30:24 grant Exp $

DISTNAME= Sablot-0.96
PKGNAME= sablotron-0.96
Expand All @@ -24,7 +24,7 @@ LDFLAGS+= -liconv
LDFLAGS+= -lstdc++ -lm

.include "../../converters/libiconv/buildlink2.mk"
.include "../../lang/gcc/buildlink2.mk"
.include "../../textproc/expat/buildlink2.mk"

.include "../../mk/gcc.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions www/ap-xslt/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2003/05/27 05:04:25 grant Exp $
# $NetBSD: Makefile,v 1.18 2003/05/27 08:30:44 grant Exp $

DISTNAME= modxslt-1.1
PKGNAME= ap-xslt-1.1
Expand All @@ -17,9 +17,9 @@ USE_CXX= YES
APACHE_MODULE_NAME= mod_xslt.so
LDFLAGS+= -lsablot -liconv -lstdc++ -lm

.include "../../lang/gcc/buildlink2.mk"
.include "../../textproc/sablotron/buildlink2.mk"
.include "../../www/libwww/buildlink2.mk"

.include "../../www/apache/module.mk"
.include "../../mk/gcc.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 793d887

Please sign in to comment.