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 | ffde8eedce0f88cc661e27a4059f8c69b8a4c851 (patch) | |
tree | 4eb5712a96d685a8f4574214f2b3e40d68050c66 /misc/gperiodic | |
parent | 4ed400be4e4d80fc8cc895687fe8a79596439bd4 (diff) | |
download | pkgsrc-ffde8eedce0f88cc661e27a4059f8c69b8a4c851.tar.gz |
Replaced "# defined" with "yes" where appropriate.
Diffstat (limited to 'misc/gperiodic')
-rw-r--r-- | misc/gperiodic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index 3ad0088199e..ceaf3703e64 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/08/26 13:59:21 grant Exp $ +# $NetBSD: Makefile,v 1.36 2005/09/28 19:51:27 rillig Exp $ DISTNAME= gperiodic-2.0.8 CATEGORIES= misc x11 @@ -8,10 +8,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php COMMENT= Displays a periodic table of the elements -BUILD_USES_MSGFMT= # defined +BUILD_USES_MSGFMT= yes USE_DIRS+= gnome1-1.5 -USE_PKGLOCALEDIR= # defined +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED |