aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gnome-mime-data
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 /misc/gnome-mime-data
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 'misc/gnome-mime-data')
-rw-r--r--misc/gnome-mime-data/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile
index 55e5bc520959..b6a23f174149 100644
--- a/misc/gnome-mime-data/Makefile
+++ b/misc/gnome-mime-data/Makefile
@@ -16,13 +16,11 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A MIME and Application database for GNOME
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
-RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget
+USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"