diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-11 06:05:17 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-11 06:05:17 +0800 |
commit | 151adb6c428c05c29c9c7d4f1c3c2a26ad891be0 (patch) | |
tree | 1e063e82e89a0e229a5562ca4f185338d0bb5305 /audio/xmms-eq/Makefile | |
parent | 7dce4c327f6eb2346f62296b9d07b86fa53755c1 (diff) | |
download | freebsd-ports-gnome-151adb6c428c05c29c9c7d4f1c3c2a26ad891be0.tar.gz freebsd-ports-gnome-151adb6c428c05c29c9c7d4f1c3c2a26ad891be0.tar.zst freebsd-ports-gnome-151adb6c428c05c29c9c7d4f1c3c2a26ad891be0.zip |
Use LIB_DEPENDS
PR: 87216
Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
Diffstat (limited to 'audio/xmms-eq/Makefile')
-rw-r--r-- | audio/xmms-eq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms-eq/Makefile b/audio/xmms-eq/Makefile index a2f2c82b8f6d..358a9a1c4c2d 100644 --- a/audio/xmms-eq/Makefile +++ b/audio/xmms-eq/Makefile @@ -16,8 +16,7 @@ DISTNAME= ${PORTNAME}-xmms-${PORTVERSION} MAINTAINER= alejandro@varnet.biz COMMENT= A realtime graphical equalizer plugin for XMMS -BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes USE_REINPLACE= yes |