diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:06:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:06:10 +0000 |
commit | 4ec433d559d78ae2106976ca9d9bb2e01d0c527f (patch) | |
tree | 75278ef256c77c481c752e9aa928a6b95e306cea /multimedia/mpeg4ip | |
parent | 25d3fb200b11904dfec5c0cb731e31ae7fb05b28 (diff) | |
download | ports-4ec433d559d78ae2106976ca9d9bb2e01d0c527f.tar.gz ports-4ec433d559d78ae2106976ca9d9bb2e01d0c527f.zip |
Notes
Diffstat (limited to 'multimedia/mpeg4ip')
-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 d0bb74c86957..930552059c0e 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= mp4v2>=1.9.1:${PORTSDIR}/multimedia/mp4v2 USE_GNOME= gtk20 USE_SDL= sdl -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include/SDL -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |