diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-28 07:09:24 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-28 07:09:24 +0000 |
commit | 831a63b73c0e57eb3a88ad9cfa1b7265ef82e91b (patch) | |
tree | d2a53b55cd127b6acdb87ebc2c85cdf7a22e6743 /multimedia/lives | |
parent | 7523667d4647d3bc9a8dd72af67570941b4e69ff (diff) | |
download | ports-831a63b73c0e57eb3a88ad9cfa1b7265ef82e91b.tar.gz ports-831a63b73c0e57eb3a88ad9cfa1b7265ef82e91b.zip |
Notes
Diffstat (limited to 'multimedia/lives')
-rw-r--r-- | multimedia/lives/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 1eb5b9947ee1..149bae91dd3e 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -33,7 +33,6 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ xmms:${PORTSDIR}/multimedia/xmms \ mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ - gs:${PORTSDIR}/print/ghostscript-gnu \ sswf:${PORTSDIR}/graphics/sswf \ ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r @@ -44,6 +43,7 @@ USE_PERL5= yes USE_CDRTOOLS= yes USE_GNOME= gtk20 USE_GETTEXT= yes +USE_GHOSTSCRIPT_RUN= yes USE_SDL= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -g -fPIC LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |