diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-21 17:38:01 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-21 17:38:01 +0800 |
commit | b62793a41a7bd80d3779e7b39c28fb6f4fe92f0f (patch) | |
tree | b3476736d6e76e5165d1c374c17c0d785d9b2c95 /audio/esound | |
parent | b2a0d6461d07c8f161b08dccd0732a9cdd6f230b (diff) | |
download | freebsd-ports-gnome-b62793a41a7bd80d3779e7b39c28fb6f4fe92f0f.tar.gz freebsd-ports-gnome-b62793a41a7bd80d3779e7b39c28fb6f4fe92f0f.tar.zst freebsd-ports-gnome-b62793a41a7bd80d3779e7b39c28fb6f4fe92f0f.zip |
Remove pkgconfig from ${BUILD,RUN}_DEPENDS, because from now on it is inherited
along with libaudiofile dependency.
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 2e4c748a37b5..6fa94356d040 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -13,9 +13,7 @@ MASTER_SITE_SUBDIR= stable/sources/esound MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_LIBTOOL= yes INSTALLS_SHLIB= yes |