diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-23 21:59:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-23 21:59:42 +0000 |
commit | 65c0626261a052eec9a6e921538a5d64d6feefb5 (patch) | |
tree | 69bd54041265b1190ddbdc6d1d22c12871acf61d /multimedia/gopchop | |
parent | cd45853ad0eeea6ed10f31d3be46f9984fa0b66d (diff) |
Notes
Diffstat (limited to 'multimedia/gopchop')
-rw-r--r-- | multimedia/gopchop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gopchop/Makefile b/multimedia/gopchop/Makefile index a62a12cec9b1..edbc88f646d5 100644 --- a/multimedia/gopchop/Makefile +++ b/multimedia/gopchop/Makefile @@ -19,13 +19,12 @@ COMMENT= MPEG2 GOP-accurate editor LIB_DEPENDS= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 -USE_SDL= yes +USE_SDL= sdl USE_GETOPT_LONG= yes USE_GNOME= gnometarget gtk12 USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ - SDLCONFIG="${SDL_CONFIG}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-mlib CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT |