aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmms-jess
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2007-03-29 21:56:32 +0800
committerehaupt <ehaupt@FreeBSD.org>2007-03-29 21:56:32 +0800
commit2ebff2dfac807b3092c4aa1352586af6c5957963 (patch)
tree6fa51b1630c4685f90e1249c18408f7cdad3e662 /graphics/xmms-jess
parenta5d2973f8c71cdf7c09bd86b431397376e49fcdf (diff)
downloadfreebsd-ports-graphics-2ebff2dfac807b3092c4aa1352586af6c5957963.tar.gz
freebsd-ports-graphics-2ebff2dfac807b3092c4aa1352586af6c5957963.tar.zst
freebsd-ports-graphics-2ebff2dfac807b3092c4aa1352586af6c5957963.zip
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG Approved by: portmgr (pav; implicit)
Diffstat (limited to 'graphics/xmms-jess')
-rw-r--r--graphics/xmms-jess/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xmms-jess/Makefile b/graphics/xmms-jess/Makefile
index fa17d5be643..166a0294785 100644
--- a/graphics/xmms-jess/Makefile
+++ b/graphics/xmms-jess/Makefile
@@ -23,5 +23,9 @@ GNU_CONFIGURE= yes
PLIST_FILES= lib/xmms/Visualization/libjess.so lib/xmms/Visualization/libjess.la
USE_GNOME= glib12
USE_X_PREFIX= yes
+USE_LDCONFIG= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
.include <bsd.port.mk>