diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-12 08:38:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-12 08:38:11 +0000 |
commit | 8486c31e1a72ac230f4bd0ba75b050c269acb849 (patch) | |
tree | ba26ee58d678f05947a3410cbe383742dfe639eb /graphics/swfdec | |
parent | dddc6cb9c9cf362caa59abf0694b79f0f2b62f55 (diff) | |
download | ports-8486c31e1a72ac230f4bd0ba75b050c269acb849.tar.gz ports-8486c31e1a72ac230f4bd0ba75b050c269acb849.zip |
Notes
Diffstat (limited to 'graphics/swfdec')
-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: |