diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 19:51:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 19:51:27 +0000 |
commit | c987b02ad4e95bb3e85a16f90e75a3d18f613b65 (patch) | |
tree | 4eb5712a96d685a8f4574214f2b3e40d68050c66 /misc/xrolodex | |
parent | 93317e106d6dfcb3cfacbfe83c24137f0f6205dd (diff) | |
download | pkgsrc-c987b02ad4e95bb3e85a16f90e75a3d18f613b65.tar.gz |
Replaced "# defined" with "yes" where appropriate.
Diffstat (limited to 'misc/xrolodex')
-rw-r--r-- | misc/xrolodex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile index 29e250f0b3b..9c223a9522f 100644 --- a/misc/xrolodex/Makefile +++ b/misc/xrolodex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:40 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 19:51:28 rillig Exp $ DISTNAME= xrolodex.1.5.motif PKGNAME= xrolodex-1.5 @@ -11,7 +11,7 @@ MAINTAINER= root@garbled.net COMMENT= Motif/X11 rolodex application WRKSRC= ${WRKDIR}/xrolodex.15 -USE_IMAKE= # defined +USE_IMAKE= yes MAKE_ENV+= XMLIB="${MOTIFLIB}" |