diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-21 01:49:15 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-21 01:49:15 +0800 |
commit | 3ccdaf2d0d76942fb109b9d10e59b5cd96e25738 (patch) | |
tree | c4d2e22f454bf16b5d9774b6e102c4509544a8c9 /net/gnomeicu2/Makefile | |
parent | 5b1da2036e61bed67a3db0d2ef2ecbcd5fcaebd3 (diff) | |
download | freebsd-ports-gnome-3ccdaf2d0d76942fb109b9d10e59b5cd96e25738.tar.gz freebsd-ports-gnome-3ccdaf2d0d76942fb109b9d10e59b5cd96e25738.tar.zst freebsd-ports-gnome-3ccdaf2d0d76942fb109b9d10e59b5cd96e25738.zip |
Upgrade to 0.56.
Diffstat (limited to 'net/gnomeicu2/Makefile')
-rw-r--r-- | net/gnomeicu2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index b06be92588fa..fb2351c635e0 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: gtkicq -# Version required: 0.55 +# Version required: 0.56 # Date created: Oct 15 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/10/19 14:36:42 vanilla Exp $ # -DISTNAME= gtkicq-0.55 +DISTNAME= gtkicq-0.56 CATEGORIES= net MASTER_SITES= ftp://ncis.ml.org/pub/gtkicq/ MAINTAINER= Nakai@technologist.com -LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ + panel_applet.0:${PORTSDIR}/x11/gnomecore USE_X_PREFIX= yes USE_GMAKE= yes |