diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-24 04:47:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-24 04:47:57 +0800 |
commit | 8bc02ce395f5aa202d69c865578a052b059d2758 (patch) | |
tree | e5f753cdb25aa51e2314022330104369f1372d9a /audio/dssi | |
parent | ef32b334541cf30f142dad0c9fd293c7ec8b6e6a (diff) | |
download | freebsd-ports-gnome-8bc02ce395f5aa202d69c865578a052b059d2758.tar.gz freebsd-ports-gnome-8bc02ce395f5aa202d69c865578a052b059d2758.tar.zst freebsd-ports-gnome-8bc02ce395f5aa202d69c865578a052b059d2758.zip |
- Add RUN_DEPENDS
Approved by: maintainer
Diffstat (limited to 'audio/dssi')
-rw-r--r-- | audio/dssi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/dssi/Makefile b/audio/dssi/Makefile index acb872db8499..4ab807e08a8f 100644 --- a/audio/dssi/Makefile +++ b/audio/dssi/Makefile @@ -7,6 +7,7 @@ PORTNAME= dssi PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dssi @@ -20,6 +21,7 @@ LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.1:${PORTSDIR}/audio/libsamplerate BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include @@ -33,5 +35,4 @@ PLIST_SUB= WITH_QT="" PLIST_SUB= WITH_QT="@comment " .endif -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> |