- Cleanup objformat-removal fallout [1]

- Use USE_LDCONFIG

Notified by:	kris (via pointyhat) [1]
This commit is contained in:
Emanuel Haupt 2007-03-26 18:45:57 +00:00
parent f8ed5bbdd6
commit 439068857d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188404

View File

@ -25,6 +25,10 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
.include <bsd.port.mk>