aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cynthiune
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-01-13 11:57:25 +0800
committerdinoex <dinoex@FreeBSD.org>2007-01-13 11:57:25 +0800
commit44fd51006809b35e7b92415f49a6d5df498af1fa (patch)
treecf5bc34dc6d9e1b3cba11b4bbea429e80e9b2817 /audio/cynthiune
parent10e5fdd74da962755ef9143ee3527c0ea3b520ce (diff)
downloadfreebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.gz
freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.zst
freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.zip
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Diffstat (limited to 'audio/cynthiune')
-rw-r--r--audio/cynthiune/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/cynthiune/Makefile b/audio/cynthiune/Makefile
index 9d0a6b034d7d..be607fd50c54 100644
--- a/audio/cynthiune/Makefile
+++ b/audio/cynthiune/Makefile
@@ -23,15 +23,16 @@ LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag
-WRKSRC= ${WRKDIR}/cynthiune.app-${PORTVERSION}
-USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-MAKEFILE= GNUmakefile
-MAKE_FLAGS= disable-windowsmedia=yes
+USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
USE_GNOME+= esound
+WRKSRC= ${WRKDIR}/cynthiune.app-${PORTVERSION}
+MAKE_FLAGS= disable-windowsmedia=yes
+#ALL_TARGET=
+
.include <bsd.port.mk>