diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-21 17:46:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-21 17:46:20 +0800 |
commit | 42b387be4876eb426c372da35ed629615db98367 (patch) | |
tree | 0c54f7fff6a4ccf48c18a777c56cebcbdd035f23 /devel | |
parent | b62793a41a7bd80d3779e7b39c28fb6f4fe92f0f (diff) | |
download | freebsd-ports-gnome-42b387be4876eb426c372da35ed629615db98367.tar.gz freebsd-ports-gnome-42b387be4876eb426c372da35ed629615db98367.tar.zst freebsd-ports-gnome-42b387be4876eb426c372da35ed629615db98367.zip |
Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another
dependencies.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBit2/Makefile | 2 | ||||
-rw-r--r-- | devel/bonobo-activation/Makefile | 2 | ||||
-rw-r--r-- | devel/libIDL/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 36dd9453692b..b266dd38c29e 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -15,12 +15,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ IDL-2.0:${PORTSDIR}/devel/libIDL \ popt.0:${PORTSDIR}/devel/popt \ linc.1:${PORTSDIR}/net/linc -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile index 47e1b4faef97..04c826d519e0 100644 --- a/devel/bonobo-activation/Makefile +++ b/devel/bonobo-activation/Makefile @@ -15,10 +15,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ ORBit-2.0:${PORTSDIR}/devel/ORBit2 -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index 80a2b0f81434..36afb218943b 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -14,9 +14,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= glib-1.3.13:${PORTSDIR}/devel/glib13 -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes |