diff options
author | rillig <rillig> | 2005-09-28 19:51:27 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 19:51:27 +0000 |
commit | d56bbcb4da48cca230ac6ce26f9209253340306a (patch) | |
tree | 4eb5712a96d685a8f4574214f2b3e40d68050c66 /misc/xrolodex | |
parent | 96c6508fee1a07a14dce9d7c8535134290622feb (diff) | |
download | pkgsrc-d56bbcb4da48cca230ac6ce26f9209253340306a.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}" |