diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
commit | 84c834ee8fcd257e31c450ea1ffd53f11140b612 (patch) | |
tree | e05aea6a24754785f4c4a219cafed0ee7e204f35 /graphics/synaesthesia | |
parent | 41471d5d49dcea909447976a18d5e6c34434b840 (diff) | |
download | ports-84c834ee8fcd257e31c450ea1ffd53f11140b612.tar.gz ports-84c834ee8fcd257e31c450ea1ffd53f11140b612.zip |
Notes
Diffstat (limited to 'graphics/synaesthesia')
-rw-r--r-- | graphics/synaesthesia/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index 92381c9ab7a8..27e832814a89 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` |