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/gtkhx | |
parent | 213b2478c02ba1609742a8498ac94be47d799aac (diff) | |
download | ports-b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6.tar.gz ports-b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6.zip |
Notes
Diffstat (limited to 'net/gtkhx')
-rw-r--r-- | net/gtkhx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gtkhx/Makefile b/net/gtkhx/Makefile index dd15e04c759c..63da4859d6f2 100644 --- a/net/gtkhx/Makefile +++ b/net/gtkhx/Makefile @@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= gtkhx MAINTAINER= jre@vineyard.net -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX} |