summaryrefslogtreecommitdiff
path: root/graphics/swfdec
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-12 08:38:11 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-12 08:38:11 +0000
commit8486c31e1a72ac230f4bd0ba75b050c269acb849 (patch)
treeba26ee58d678f05947a3410cbe383742dfe639eb /graphics/swfdec
parentUpdate to new GNOME2 infrastructure. (diff)
add missing dependence
Notes
Notes: svn path=/head/; revision=78789
Diffstat (limited to 'graphics/swfdec')
-rw-r--r--graphics/swfdec/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile
index 08930a10b6af..284dc2840852 100644
--- a/graphics/swfdec/Makefile
+++ b/graphics/swfdec/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Flash Rendering Library
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- mad.1:${PORTSDIR}/audio/mad
+ mad.1:${PORTSDIR}/audio/mad \
+ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_X_PREFIX= yes
USE_REINPLACE= yes
@@ -24,7 +25,7 @@ USE_GNOME= gtk20 libartlgpl2
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
INSTALLS_SHLIB= yes
post-patch: