diff options
Diffstat (limited to 'devel/objectivelib')
-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> |