diff options
Diffstat (limited to 'graphics/xmms-gdancer/Makefile')
-rw-r--r-- | graphics/xmms-gdancer/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/xmms-gdancer/Makefile b/graphics/xmms-gdancer/Makefile index f9ce49ee8b0d..f4a76ce8aaa0 100644 --- a/graphics/xmms-gdancer/Makefile +++ b/graphics/xmms-gdancer/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-gdancer PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.figz.com/gdancer/files/ DISTNAME= gdancer-$(PORTVERSION) @@ -14,11 +15,10 @@ DISTNAME= gdancer-$(PORTVERSION) MAINTAINER= netchild@FreeBSD.org COMMENT= XMMS Visualization plugin, displays dancing figures -LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 gdkpixbuf INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -27,9 +27,6 @@ CONFIGURE_ARGS= --enable-pixbuf post-install: -${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la - @${ECHO_CMD} +++ - @${ECHO_CMD} Now you have to install some themes from http://www.figz.com/gdancer/themes.php - @${ECHO_CMD} into .xmms/gdancer_themes. If it does not exist in your HOME directory, just - @${ECHO_CMD} create it. + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |