diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
commit | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (patch) | |
tree | 729163e48ba648e9fb5ba1252bf62584d782bfe5 /devel/libsigc++20 | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.zst freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip |
Utilize USE_GNOME= pkgconfig.
Diffstat (limited to 'devel/libsigc++20')
-rw-r--r-- | devel/libsigc++20/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index c46790636a2a..6ff2ab9aa682 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -17,14 +17,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Callback Framework for C++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes LATEST_LINK= libsigc++12 INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes .include <bsd.port.mk> |