diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:06:26 +0000 |
commit | b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6 (patch) | |
tree | b30ed2b5536a097f7dedd7f93759426c246d1d38 /net-p2p/dctc-gui/Makefile | |
parent | Fix format string bugs. (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net-p2p/dctc-gui/Makefile')
-rw-r--r-- | net-p2p/dctc-gui/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile index b3742a752453..cc2eddf960f3 100644 --- a/net-p2p/dctc-gui/Makefile +++ b/net-p2p/dctc-gui/Makefile @@ -16,12 +16,11 @@ DISTNAME= dc_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= dctc:${PORTSDIR}/net/dctc -LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ - db4.0:${PORTSDIR}/databases/db4 \ +LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ intl.4:${PORTSDIR}/devel/gettext -USE_GNOMELIBS= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |