diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-11-17 23:28:08 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-11-17 23:28:08 +0800 |
commit | 1e4e86eb9f94c117817f3c530857f2237adeac19 (patch) | |
tree | abd1b9d7376f2b20e82772f6daac9a8eb9283d0b /devel/libgtop | |
parent | 32ed59cf4f82e2afa066cf51084e0ad7e5931614 (diff) | |
download | freebsd-ports-gnome-1e4e86eb9f94c117817f3c530857f2237adeac19.tar.gz freebsd-ports-gnome-1e4e86eb9f94c117817f3c530857f2237adeac19.tar.zst freebsd-ports-gnome-1e4e86eb9f94c117817f3c530857f2237adeac19.zip |
Add depends with gnomelibs, remove BROKEN tag.
Diffstat (limited to 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 711ae8027663..5650b2ddde22 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,7 +3,7 @@ # Date Created: 26 Sep 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/10/08 15:24:37 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/11/08 00:24:03 asami Exp $ # DISTNAME= libgtop-0.26.2 @@ -12,9 +12,9 @@ MASTER_SITES= ftp://ftp.home-of-linux.org/pub/libgtop/0.26.2/ MAINTAINER= Nakai@technologist.com -LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib +LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib \ + gnome.0:${PORTSDIR}/x11/gnomelibs -BROKEN= build GNU_CONFIGURE= yes USE_GMAKE= yes |