diff options
author | ade <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (patch) | |
tree | a06401f746a2c66d7519e13e47116450d2e2857d /net/etherape | |
parent | 6bb45ee02a63914be3ecd530070d92541da9614b (diff) | |
download | FreeBSD-ports-6855df27735fc5f10d442e902a0e3b24e5c8f96d.zip FreeBSD-ports-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.gz |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'net/etherape')
-rw-r--r-- | net/etherape/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile index 1313acf..1b8e298 100644 --- a/net/etherape/Makefile +++ b/net/etherape/Makefile @@ -7,16 +7,15 @@ PORTNAME= etherape PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= http://prdownloads.sourceforge.net/etherape/ \ ftp://etherape.sourceforge.net/pub/etherape/ MAINTAINER= holger@eit.uni-kl.de -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade +USE_GNOME= yes -HAS_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config MAN8= etherape.8 .include <bsd.port.mk> |