diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-21 09:46:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-21 09:46:20 +0000 |
commit | b43764cab0189415117d044e08b4454ddafd92d1 (patch) | |
tree | b39f316b00df0ddebfe4407b877c4117725f2bac /devel/ORBit2 | |
parent | Remove pkgconfig from ${BUILD,RUN}_DEPENDS, because from now on it is inherited (diff) |
Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another
dependencies.
Notes
Notes:
svn path=/head/; revision=55029
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 2 |
1 files changed, 0 insertions, 2 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 |