- Use USE_LDCONFIG

- Skip /usr/bin/objformat tests and use elf obj format by default

Notified by:	kris (via pointyhat)
This commit is contained in:
Emanuel Haupt 2007-02-03 16:39:37 +00:00
parent f76da43a15
commit be25e8e8ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184042

View file

@ -20,7 +20,11 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
USE_BZIP2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la
post-patch:
@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
.include <bsd.port.mk>