diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-03 01:28:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-03 01:28:45 +0000 |
commit | 6ef1a088f8c7757d7906de846bc13749a91a439d (patch) | |
tree | 1a65f7084fc2e35687a8d6b97e15da5543653766 /misc | |
parent | 05879e59294957519431451c4c6fb04fb3732848 (diff) | |
download | pkgsrc-6ef1a088f8c7757d7906de846bc13749a91a439d.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xrolodex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile index 721a7e0a8f6..bcdc9e5ef2f 100644 --- a/misc/xrolodex/Makefile +++ b/misc/xrolodex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:09:30 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/07/03 01:28:45 jlam Exp $ DISTNAME= xrolodex.1.5.motif PKGNAME= xrolodex-1.5 @@ -11,7 +11,8 @@ COMMENT= Motif/X11 rolodex application WRKSRC= ${WRKDIR}/xrolodex.15 MAKE_ENV+= XMLIB='-lXm' -USE_MOTIF= yes +USE_BUILDLINK_ONLY= yes USE_IMAKE= yes +.include "../../x11/lesstif/buildlink.mk" .include "../../mk/bsd.pkg.mk" |