diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
commit | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (patch) | |
tree | 9be083b0fd811caaa5b6ea713f83e7705ea93fbe /net/xtraceroute | |
parent | e15afee535ffec38424947ba1c7eb0ada4141fc2 (diff) | |
download | ports-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.tar.gz ports-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.zip |
Notes
Diffstat (limited to 'net/xtraceroute')
-rw-r--r-- | net/xtraceroute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index fd343a87ac40..2bde1996fcec 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -14,9 +14,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= ports@FreeBSD.org COMMENT= 3D graphical version of the traceroute program -BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host +BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea -RUN_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host +RUN_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host USE_X_PREFIX= yes USE_MESA= yes |