aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xmps
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-01-24 05:59:42 +0800
committeredwin <edwin@FreeBSD.org>2004-01-24 05:59:42 +0800
commitf3fe06dc3d7206424533fa85f7f96f60394f4625 (patch)
tree6d65e34d0137a8169a068c8cca2b496be6561805 /multimedia/xmps
parent2324b9e0f1cfec7cf2213677748829bd42e72e2b (diff)
downloadfreebsd-ports-graphics-f3fe06dc3d7206424533fa85f7f96f60394f4625.tar.gz
freebsd-ports-graphics-f3fe06dc3d7206424533fa85f7f96f60394f4625.tar.zst
freebsd-ports-graphics-f3fe06dc3d7206424533fa85f7f96f60394f4625.zip
Use USE_SDL macros in these ports.
Diffstat (limited to 'multimedia/xmps')
-rw-r--r--multimedia/xmps/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile
index c5d41c31c6a..c4c5d725388 100644
--- a/multimedia/xmps/Makefile
+++ b/multimedia/xmps/Makefile
@@ -15,17 +15,14 @@ MASTER_SITES= # http://xmps.sourceforge.net/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= X MPEG Player System - a media player with a very nice GUI
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
-
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+USE_SDL= sdl
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- SDL_CONFIG="${SDL_CONFIG}" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch: