aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/synaesthesia/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-03-08 07:39:10 +0800
committeredwin <edwin@FreeBSD.org>2004-03-08 07:39:10 +0800
commitf9b5f3c241e8b12d6915d507e3d7101259e2001c (patch)
tree5125ce1a3e9ae1cbee4ae99adb4a13195aae23d4 /graphics/synaesthesia/Makefile
parent0deb4a26d0e602a52522cf25e78087d6d2428699 (diff)
downloadfreebsd-ports-graphics-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.gz
freebsd-ports-graphics-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.zst
freebsd-ports-graphics-f9b5f3c241e8b12d6915d507e3d7101259e2001c.zip
Let ports use the USE_SDL macro
PR: ports/61807 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Diffstat (limited to 'graphics/synaesthesia/Makefile')
-rw-r--r--graphics/synaesthesia/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile
index 92381c9ab7a..27e832814a8 100644
--- a/graphics/synaesthesia/Makefile
+++ b/graphics/synaesthesia/Makefile
@@ -14,17 +14,13 @@ MASTER_SITES= http://www.logarithmic.net/pfh/Synaesthesia/
MAINTAINER= petef@FreeBSD.org
COMMENT= Graphically represents sound in real time
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
-
-SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
-
+USE_SDL= sdl
USE_GMAKE= Yes
USE_REINPLACE= Yes
USE_X_PREFIX= Yes
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
post-patch:
@${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' `${FIND} ${WRKSRC} -name \*.cc -or -name \*.c`