diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 16:37:35 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 16:37:35 +0000 |
commit | bdbf1030b2f358d66f779dab3f34eb0fc95a8dd9 (patch) | |
tree | 734c691425384bf25023dd6953d0107f8afa963d /graphics/xmms-paranormal | |
parent | 325ced949d61b94b3f9aec6a1b2a28e989c44271 (diff) | |
download | ports-bdbf1030b2f358d66f779dab3f34eb0fc95a8dd9.tar.gz ports-bdbf1030b2f358d66f779dab3f34eb0fc95a8dd9.zip |
Notes
Diffstat (limited to 'graphics/xmms-paranormal')
-rw-r--r-- | graphics/xmms-paranormal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index 9f3417950cd3..2154c34775e4 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -16,8 +16,8 @@ MAINTAINER= dyeske@yahoo.com LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ SDL-1.1.4:${PORTSDIR}/devel/sdl12 -BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms +BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml" SDL_CONFIG="${SDL_CONFIG}" |