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/xmms-jess | |
parent | 41471d5d49dcea909447976a18d5e6c34434b840 (diff) | |
download | ports-84c834ee8fcd257e31c450ea1ffd53f11140b612.tar.gz ports-84c834ee8fcd257e31c450ea1ffd53f11140b612.zip |
Notes
Diffstat (limited to 'graphics/xmms-jess')
-rw-r--r-- | graphics/xmms-jess/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/xmms-jess/Makefile b/graphics/xmms-jess/Makefile index aa7c5883e1b8..4abc75f587b3 100644 --- a/graphics/xmms-jess/Makefile +++ b/graphics/xmms-jess/Makefile @@ -16,12 +16,9 @@ MAINTAINER= dyeske@yahoo.com COMMENT= A XMMS visualization plugin that uses SDL BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" +USE_SDL= sdl GNU_CONFIGURE= yes PLIST_FILES= lib/xmms/Visualization/libjess.so USE_GNOME= glib12 |