diff options
Diffstat (limited to 'editors/joe2/Makefile')
-rw-r--r-- | editors/joe2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 9bcf0014a4d4..756b339c55d4 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -21,7 +21,7 @@ CONFLICTS= joe-3* GNU_CONFIGURE= yes USE_GMAKE= yes USES= iconv -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include ALL_TARGET= ${PORTNAME} |