aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libsigc++20
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-06-17 04:52:58 +0800
committeradamw <adamw@FreeBSD.org>2003-06-17 04:52:58 +0800
commit8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (patch)
tree729163e48ba648e9fb5ba1252bf62584d782bfe5 /devel/libsigc++20
parent99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff)
downloadfreebsd-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/Makefile6
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>