diff options
author | cjep <cjep> | 2003-01-10 07:39:46 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-10 07:39:46 +0000 |
commit | 8ab925b3cf9bca72abea556f12c34b50765759e2 (patch) | |
tree | 04bfa16bd303923f71ecfb8bc33adccd04f47544 /net/dc_gui | |
parent | a640b227a5c8afa255b6cb55d82383b942eebb5d (diff) | |
download | pkgsrc-8ab925b3cf9bca72abea556f12c34b50765759e2.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'net/dc_gui')
-rw-r--r-- | net/dc_gui/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/dc_gui/Makefile b/net/dc_gui/Makefile index bdf3005b25a..66467a8ba38 100644 --- a/net/dc_gui/Makefile +++ b/net/dc_gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/12/17 19:14:42 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/01/10 07:42:51 cjep Exp $ # DISTNAME= dc_gui-0.66 @@ -11,10 +11,11 @@ COMMENT= graphical user interface for DCTC DEPENDS+= dctc>=0.83.9:../../net/dctc -GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --enable-manual-db-detect -USE_GMAKE= YES +USE_GMAKE= YES CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4 CPPFLAGS+= -DNO_PRINTF_LOCALE |