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 /net | |
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 'net')
-rw-r--r-- | net/linc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile index 93293c496fe2..3983157b0616 100644 --- a/net/linc/Makefile +++ b/net/linc/Makefile @@ -15,9 +15,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 |