diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-21 09:46:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-21 09:46:20 +0000 |
commit | 42b387be4876eb426c372da35ed629615db98367 (patch) | |
tree | 0c54f7fff6a4ccf48c18a777c56cebcbdd035f23 /net/linc | |
parent | b62793a41a7bd80d3779e7b39c28fb6f4fe92f0f (diff) | |
download | FreeBSD-ports-42b387be4876eb426c372da35ed629615db98367.zip FreeBSD-ports-42b387be4876eb426c372da35ed629615db98367.tar.gz |
Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another
dependencies.
Diffstat (limited to 'net/linc')
-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 93293c4..3983157 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 |