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 /accessibility/gail | |
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 'accessibility/gail')
-rw-r--r-- | accessibility/gail/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 46dfcfa88e66..d189abf2671c 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -14,9 +14,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= gnomecanvas-2.0:${PORTSDIR}/graphics/libgnomecanvas -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes |