diff options
author | jlam <jlam> | 2002-09-23 23:34:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-23 23:34:59 +0000 |
commit | b120d50f02712f44d3bc5e1728b50a4b8d4c98ad (patch) | |
tree | 0a26af8b9358b084ac649ec83d1acdc5bada7d58 /www/htmldoc/Makefile.common | |
parent | e16198811673fb27f90e996001a674fe326d2158 (diff) | |
download | pkgsrc-b120d50f02712f44d3bc5e1728b50a4b8d4c98ad.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'www/htmldoc/Makefile.common')
-rw-r--r-- | www/htmldoc/Makefile.common | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/htmldoc/Makefile.common b/www/htmldoc/Makefile.common index 062bf3acf8f..fa8d0c6ff00 100644 --- a/www/htmldoc/Makefile.common +++ b/www/htmldoc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2002/05/06 21:42:37 seb Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/09/23 23:34:59 jlam Exp $ # HTMLDOC_VERSION= 1.8.19 @@ -13,11 +13,12 @@ HOMEPAGE= http://www.easysw.com/htmldoc/ NOT_FOR_PLATFORM= NetBSD-1.[3-4]*-alpha #ps-pdf.cpp:3229: Internal compiler error. on 1.4 - 1.7 unknown -GNU_CONFIGURE= YES +DISTINFO_FILE= ${.CURDIR}/../htmldoc/distinfo +PLIST_SRC= ${.CURDIR}/../htmldoc/PLIST -BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES -.include "../../graphics/jpeg/buildlink.mk" -.include "../../graphics/png/buildlink.mk" -.include "../../security/openssl/buildlink.mk" -.include "../../mk/bsd.pkg.mk" +.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../security/openssl/buildlink2.mk" |