diff options
Diffstat (limited to 'net/tn5250/Makefile')
-rw-r--r-- | net/tn5250/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index f87658df6662..b0bc753d46d2 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -6,15 +6,14 @@ # PORTNAME= tn5250 -PORTVERSION= 0.16.3 -PORTREVISION= 1 +PORTVERSION= 0.16.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-os-dir=no INSTALLS_SHLIB= yes |