diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-12 16:38:11 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-12 16:38:11 +0800 |
commit | 8c60e4ae18cdeef969e0f2307f338c33a7f31d97 (patch) | |
tree | e015ccf81513189d48aa8c8283ce6fcae1b6adbb /graphics | |
parent | c413be548001c8e82b09eacb6b98e361030f53ed (diff) | |
download | freebsd-ports-gnome-8c60e4ae18cdeef969e0f2307f338c33a7f31d97.tar.gz freebsd-ports-gnome-8c60e4ae18cdeef969e0f2307f338c33a7f31d97.tar.zst freebsd-ports-gnome-8c60e4ae18cdeef969e0f2307f338c33a7f31d97.zip |
add missing dependence
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/swfdec/Makefile | 5 |
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: |