diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-13 06:56:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-13 06:56:51 +0000 |
commit | 3d5c8a52827573c922212293c2109beac0213ab0 (patch) | |
tree | b348a738350091389f3b9157ca6b64a8d7de97f8 /net | |
parent | USE_BZIP2 (diff) |
Fix breakage introduced by the gettext conversion.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=58997
Diffstat (limited to 'net')
-rw-r--r-- | net/xtraceroute/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 9cf7ea8e50b2..8a97add6995d 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -13,7 +13,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host +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 RUN_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host @@ -26,7 +27,9 @@ CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ --with-lib-GL \ --with-host=${LOCALBASE}/bin/host CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + MSGFMT="${LOCALBASE}/bin/msgfmt-old" \ + XGETTEXT="${LOCALBASE}/bin/xgettext-old" DATAFILES= ndg_files.tar.gz |