diff options
author | grant <grant@pkgsrc.org> | 2003-05-27 08:30:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-05-27 08:30:24 +0000 |
commit | 793d8871e55b88b6b3c04504fcc2af8a5ffbbe8f (patch) | |
tree | 4568de476368f9a384111d0aa97c17e22023ba9a /textproc/sablotron | |
parent | 719847a33d13e6dff55d8629074e28bc0d98de0f (diff) | |
download | pkgsrc-793d8871e55b88b6b3c04504fcc2af8a5ffbbe8f.tar.gz |
use mk/gcc.buildlink2.mk
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 3505b4e2657..cee54d3a1f9 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -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 @@ -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" |