diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-22 05:54:58 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-22 05:54:58 +0000 |
commit | 44ccf5852749c521e6040ffb7cf1debe1f3b0224 (patch) | |
tree | bc8add6701d8a751d0ddd2af7a0eb92b25d7de6d /multimedia/mpeg4ip/Makefile | |
parent | 9aa2225d135144df4bd95675feb6cbd857587b20 (diff) | |
download | FreeBSD-ports-44ccf5852749c521e6040ffb7cf1debe1f3b0224.zip FreeBSD-ports-44ccf5852749c521e6040ffb7cf1debe1f3b0224.tar.gz |
Update to new USE_GNOME options
Diffstat (limited to 'multimedia/mpeg4ip/Makefile')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index f9e3e0a..3e183a1 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -17,11 +17,10 @@ COMMENT= Standards-based system to encode, stream and play MPEG-4 audio/video BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ nasm:${PORTSDIR}/devel/nasm \ pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - glib-2.0.200:${PORTSDIR}/devel/glib20 \ - gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 USE_GETOPT_LONG= yes +USE_GNOME= gtk20 USE_GMAKE= yes USE_LIBTOOL= yes USE_REINPLACE= yes |