diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-12-08 21:10:31 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-12-08 21:10:31 +0000 |
commit | 8e1e49f6434af100bc371d4da114b65c59198887 (patch) | |
tree | 025fb2e81a55e1545adcb1c9317a0777fca71bec /x11-toolkits/gal/Makefile | |
parent | struct mount was hidden from userland on -current a short while ago (diff) |
Update to 0.3
Diffstat (limited to 'x11-toolkits/gal/Makefile')
-rw-r--r-- | x11-toolkits/gal/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index 18b40322f154..a2cc6d70ab4e 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -6,17 +6,18 @@ # PORTNAME= gal -PORTVERSION= 0.2.2 +PORTVERSION= 0.3 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gal -MAINTAINER= ade@FreeBSD.org +MAINTAINER?= ade@FreeBSD.org LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ glade.4:${PORTSDIR}/devel/libglade \ unicode.0:${PORTSDIR}/devel/libunicode \ - gnomevfs.0:${PORTSDIR}/devel/gnomevfs + gnomevfs.0:${PORTSDIR}/devel/gnomevfs \ + iconv.2:${PORTSDIR}/converters/iconv USE_X_PREFIX= yes USE_PERL5= yes |