diff options
Diffstat (limited to 'net/c3270/Makefile')
-rw-r--r-- | net/c3270/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile index 1543a828237e..2a670bf22f43 100644 --- a/net/c3270/Makefile +++ b/net/c3270/Makefile @@ -3,6 +3,7 @@ PORTNAME= c3270 PORTVERSION= 3.3.14ga11 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://x3270.bgp.nu/download/03.03.14/ MASTER_SITES_VER_PATH= ${PORTVERSION:C/(0[0-9]\.0[0-9])/} @@ -14,11 +15,11 @@ COMMENT= Full-screen curses-based remote login to IBM mainframes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([0-9]\.[0-9])(\..*)/\1/} GNU_CONFIGURE= yes +CONFIGURE_ARGS= ac_cv_search_libiconv=no USES= iconv readline gmake USE_OPENSSL= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |