diff options
author | tron <tron@pkgsrc.org> | 2000-11-12 15:17:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-12 15:17:33 +0000 |
commit | a22425c7a5a23ddc07ab9dba4f8bc9ee86f5b73c (patch) | |
tree | f9bfd4a50037d7d994495215cd9abb65a158bb0a /sysutils/gcombust/Makefile | |
parent | f4cef73e333ed2dcc7db452896994b7c85a4aa07 (diff) | |
download | pkgsrc-a22425c7a5a23ddc07ab9dba4f8bc9ee86f5b73c.tar.gz |
Use "USE_LIBINTL= YES" instead of hardcoding the locale directory.
Diffstat (limited to 'sysutils/gcombust/Makefile')
-rw-r--r-- | sysutils/gcombust/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 8431a8bd9bd..b178e786762 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/10/15 12:41:10 rh Exp $ +# $NetBSD: Makefile,v 1.21 2000/11/12 15:17:33 tron Exp $ # DISTNAME= gcombust-0.1.36 @@ -17,5 +17,6 @@ DEPENDS+= gtk+>=1.2.4:../../x11/gtk CONFLICTS= cdrecord-1.9a* # won't work with old alpha versions GNU_CONFIGURE= YES +USE_LIBINTL= YES .include "../../mk/bsd.pkg.mk" |