diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-19 22:29:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-19 22:29:54 +0000 |
commit | d46a6ab48b81461272dc29c035142e281e6e5d97 (patch) | |
tree | c2d552769be282d0101a99aefaa59aada7e73460 /net-im/gnomeicu2 | |
parent | Add gtkportscan. (diff) |
Portlint.
Notes
Notes:
svn path=/head/; revision=17302
Diffstat (limited to 'net-im/gnomeicu2')
-rw-r--r-- | net-im/gnomeicu2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile index 0ef5f23d8700..191986f2208d 100644 --- a/net-im/gnomeicu2/Makefile +++ b/net-im/gnomeicu2/Makefile @@ -3,7 +3,7 @@ # Date created: 03/16/1999 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1999/03/16 08:59:57 nectar Exp $ +# $Id: Makefile,v 1.7 1999/03/18 22:32:38 nectar Exp $ # DISTNAME= gnomeicu-0.62a @@ -11,11 +11,11 @@ CATEGORIES= net gnome MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ http://www.nectar.com/distfiles/ +MAINTAINER= nectar@FreeBSD.ORG + LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ gdk_imlib.3:${PORTSDIR}/graphics/imlib -MAINTAINER= nectar@FreeBSD.ORG - USE_X_PREFIX= YES GNU_CONFIGURE= YES CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" |