diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
commit | c413d0b2b0d9d7b85c15a35db3618986bf65fb8e (patch) | |
tree | 23b624c17f756dbd332b69b2852f4b1534df4a72 /devel/glib20 | |
parent | bbc9d6f0caf390f0cb8c6b4b6a3b731cc395286a (diff) | |
download | ports-c413d0b2b0d9d7b85c15a35db3618986bf65fb8e.tar.gz ports-c413d0b2b0d9d7b85c15a35db3618986bf65fb8e.zip |
Notes
Diffstat (limited to 'devel/glib20')
-rw-r--r-- | devel/glib20/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 19a6a23a51bf..da5e8960e0f1 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -20,9 +20,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (current stable version) -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig NO_LATEST_LINK= yes @@ -30,7 +28,7 @@ USE_BZIP2= yes USE_LIBTOOL= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes USE_PERL5= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu |