diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
commit | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (patch) | |
tree | 729163e48ba648e9fb5ba1252bf62584d782bfe5 /devel/glib12 | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz |
Utilize USE_GNOME= pkgconfig.
Diffstat (limited to 'devel/glib12')
-rw-r--r-- | devel/glib12/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile index 333c91a..743cc3e 100644 --- a/devel/glib12/Makefile +++ b/devel/glib12/Makefile @@ -12,12 +12,10 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/glib/1.2 -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (previous stable version) +USE_GNOME= pkgconfig USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix |