diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 09:37:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 09:37:36 +0000 |
commit | b5271952f064e6eaca172f7968d8dbe08acd81e9 (patch) | |
tree | 1abc1da8e714fa22c6cf5b65220a083c29dfef73 /x11-toolkits/gal/Makefile | |
parent | Update to 0.3; fix minor grammatical error in pkg-descr. (diff) |
Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality).
Diffstat (limited to 'x11-toolkits/gal/Makefile')
-rw-r--r-- | x11-toolkits/gal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index bb2f1d24a86a..448f1b371f84 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -7,6 +7,7 @@ PORTNAME= gal PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES?= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gal @@ -14,12 +15,12 @@ MASTER_SITE_SUBDIR= unstable/sources/gal MAINTAINER?= gnome@FreeBSD.org LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ - giconv.2:${PORTSDIR}/converters/libiconv + glade.4:${PORTSDIR}/devel/libglade \ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static --with-libiconv |