diff options
author | jlam <jlam> | 2001-07-03 01:28:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-03 01:28:45 +0000 |
commit | 47b2f25989c06706f35dcd572ae0831c29ac3031 (patch) | |
tree | 1a65f7084fc2e35687a8d6b97e15da5543653766 /misc/xrolodex | |
parent | 998ae8d947b78a62d889720e5dc006dcb99d104f (diff) | |
download | pkgsrc-47b2f25989c06706f35dcd572ae0831c29ac3031.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'misc/xrolodex')
-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" |