diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-05 03:41:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-05 03:41:16 +0000 |
commit | 5990d4075825483c51906650c2bafab6e22f2407 (patch) | |
tree | 8328b1ee2257cb691fbeec7f9eb352923116a6d4 /devel/objectivelib/Makefile | |
parent | 828e187873cddebd97fa967d04d15fc4a0629008 (diff) |
Notes
Diffstat (limited to 'devel/objectivelib/Makefile')
-rw-r--r-- | devel/objectivelib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/objectivelib/Makefile b/devel/objectivelib/Makefile index 214a6882cf9b..df28e88a9133 100644 --- a/devel/objectivelib/Makefile +++ b/devel/objectivelib/Makefile @@ -21,7 +21,9 @@ USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +USE_ICONV= yes WRKSRC= ${WRKDIR}/${PORTNAME} +CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} .include <bsd.port.mk> |