diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-04 16:43:09 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-04 16:43:09 +0800 |
commit | 694c63ae54b987bc19fd3406b972c1f545ea6c70 (patch) | |
tree | 7601ece9c314c9645d5243ba3bc9c9ae3c19cbee /devel/libgtop | |
parent | ccdd87cbc6983cb3481b696d85174632471c5975 (diff) | |
download | freebsd-ports-gnome-694c63ae54b987bc19fd3406b972c1f545ea6c70.tar.gz freebsd-ports-gnome-694c63ae54b987bc19fd3406b972c1f545ea6c70.tar.zst freebsd-ports-gnome-694c63ae54b987bc19fd3406b972c1f545ea6c70.zip |
Bump libglib11d's version to 2.0,
and fix some configure problem(include pkg/PLIST).
Diffstat (limited to 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 351989e86eba..74e463281f82 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.8 1998/11/17 15:28:08 vanilla Exp $ +# $Id: Makefile,v 1.9 1999/01/01 04:43:03 vanilla Exp $ # DISTNAME= libgtop-0.99.0 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= Nakai@technologist.com -LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel \ +LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel \ gnome.0:${PORTSDIR}/x11/gnomelibs \ guile.4:${PORTSDIR}/lang/guile |