diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-18 04:08:57 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-18 04:08:57 +0000 |
commit | bab5e410f8a38192d34f33eceba60e3999de5ac8 (patch) | |
tree | a741bbec99c796702233c425e52f4d3343791e26 /multimedia/mpeg4ip/Makefile | |
parent | 2beb342728929d81a0c13419923a1941f24166dc (diff) | |
download | FreeBSD-ports-bab5e410f8a38192d34f33eceba60e3999de5ac8.zip FreeBSD-ports-bab5e410f8a38192d34f33eceba60e3999de5ac8.tar.gz |
Switch to new USE_GETOPT_LONG ports option
Diffstat (limited to 'multimedia/mpeg4ip/Makefile')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 5eb8ca7..f9e3e0a 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -19,9 +19,9 @@ BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ glib-2.0.200:${PORTSDIR}/devel/glib20 \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +USE_GETOPT_LONG= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_REINPLACE= yes |