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/xtraceroute | |
parent | Fix format string bugs. (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65520
Diffstat (limited to 'net/xtraceroute')
-rw-r--r-- | net/xtraceroute/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 8a97add6995d..fc39d9b75567 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -15,13 +15,13 @@ MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host \ msgfmt-old:${PORTSDIR}/devel/gettext-old -LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea RUN_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host USE_X_PREFIX= yes USE_MESA= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ --with-lib-GL \ |