summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-17 13:40:05 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-17 13:40:05 +0800
commitb2db5c81ad992ae4eeb40bc132cfecec67610ae8 (patch)
tree4cbd0a960cc4d072a8666f52dc18c1735820c28b /audio/gnome-media/Makefile
parent72e7b90b3edaf3f4cdec5175a1611742b7d50faa (diff)
downloadmarcuscom-ports-b2db5c81ad992ae4eeb40bc132cfecec67610ae8.tar
marcuscom-ports-b2db5c81ad992ae4eeb40bc132cfecec67610ae8.tar.gz
marcuscom-ports-b2db5c81ad992ae4eeb40bc132cfecec67610ae8.tar.bz2
marcuscom-ports-b2db5c81ad992ae4eeb40bc132cfecec67610ae8.tar.lz
marcuscom-ports-b2db5c81ad992ae4eeb40bc132cfecec67610ae8.tar.xz
marcuscom-ports-b2db5c81ad992ae4eeb40bc132cfecec67610ae8.tar.zst
marcuscom-ports-b2db5c81ad992ae4eeb40bc132cfecec67610ae8.zip
Remove the now-unnecessary ORBit hack.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@900 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
index 4d395d432..22fa8d22f 100644
--- a/audio/gnome-media/Makefile
+++ b/audio/gnome-media/Makefile
@@ -27,20 +27,6 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop gail
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-# XXX Note, these hacks can probably go away in the next release.
-CDDB_FILES= GNOME_Media_CDDBSlave2-common.c GNOME_Media_CDDBSlave2-skels.c \
- GNOME_Media_CDDBSlave2-stubs.c GNOME_Media_CDDBSlave2.h
-CD_FILES= GNOME_Media_CDDBSlave2-common.c GNOME_Media_CDDBSlave2-skels.c \
- GNOME_Media_CDDBSlave2.h
-
-post-extract:
-.for i in ${CDDB_FILES}
- @${RM} -f ${WRKSRC}/cddb-slave2/${i}
-.endfor
-.for i in ${CD_FILES}
- @${RM} -f ${WRKSRC}/gnome-cd/${i}
-.endfor
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>