diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-22 22:18:10 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-22 22:18:10 +0000 |
commit | c7470ab0c2c3a173a27354ead594260c5d649fd9 (patch) | |
tree | 080f901629e4aedcbdf0fe34e206e76b13c4a7b3 /net/mtr | |
parent | 527a5837053e32f938427b7af82ac86be435a639 (diff) |
Notes
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index afc731b2a225..1c822fd424b2 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -3,7 +3,7 @@ # Date created: 12 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.4 1998/11/04 03:47:08 jkoshy Exp $ +# $Id: Makefile,v 1.5 1998/12/29 18:22:58 billf Exp $ # DISTNAME= mtr-0.28 @@ -12,10 +12,11 @@ MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 USE_AUTOCONF= yes USE_XLIB= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" MAN8= mtr.8 |