diff options
author | tg <tg@FreeBSD.org> | 2000-03-10 18:45:32 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-03-10 18:45:32 +0800 |
commit | 6dae1524a9e2b69a72f9a37eb49748800fbd34eb (patch) | |
tree | 3508455b6c39b9881fe7c513429dfa27a2968d6f | |
parent | 7f353d10d8e804c293d331f06ceb5e35e25bb869 (diff) | |
download | freebsd-ports-gnome-6dae1524a9e2b69a72f9a37eb49748800fbd34eb.tar.gz freebsd-ports-gnome-6dae1524a9e2b69a72f9a37eb49748800fbd34eb.tar.zst freebsd-ports-gnome-6dae1524a9e2b69a72f9a37eb49748800fbd34eb.zip |
Add {BUILD,RUN}_DEPENDS.
-rw-r--r-- | audio/pysol-sound-server/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index ce5d26df0214..2a6307cab91c 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -12,8 +12,10 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-s MAINTAINER= sobomax@altavista.net +BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ smpeg-0.3.0:${PORTSDIR}/graphics/smpeg +RUN_DEPENDS= python:${PORTSDIR}/lang/python WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes |