diff options
author | sat <sat@FreeBSD.org> | 2007-03-28 15:09:24 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-28 15:09:24 +0800 |
commit | 5112a62a688ec5ff77e5ec88e51e79f4087047db (patch) | |
tree | 8d6cd5960a2229b2eea7f57c2ba5bfddff558f3c /multimedia/lives | |
parent | 74245e5c9dc2669040f47ad0638ec177a478633c (diff) | |
download | freebsd-ports-gnome-5112a62a688ec5ff77e5ec88e51e79f4087047db.tar.gz freebsd-ports-gnome-5112a62a688ec5ff77e5ec88e51e79f4087047db.tar.zst freebsd-ports-gnome-5112a62a688ec5ff77e5ec88e51e79f4087047db.zip |
- Fix ghostscript dependency
PR: ports/110951
Submitted by: rafan
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} |