diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-24 05:59:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-24 05:59:42 +0800 |
commit | f3fe06dc3d7206424533fa85f7f96f60394f4625 (patch) | |
tree | 6d65e34d0137a8169a068c8cca2b496be6561805 /multimedia/gopchop | |
parent | 2324b9e0f1cfec7cf2213677748829bd42e72e2b (diff) | |
download | freebsd-ports-gnome-f3fe06dc3d7206424533fa85f7f96f60394f4625.tar.gz freebsd-ports-gnome-f3fe06dc3d7206424533fa85f7f96f60394f4625.tar.zst freebsd-ports-gnome-f3fe06dc3d7206424533fa85f7f96f60394f4625.zip |
Use USE_SDL macros in these ports.
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 |