diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-28 15:16:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-28 15:16:15 +0000 |
commit | 85c4be58f2c28e49ff4983d83d8d5ffcf0f5ad0a (patch) | |
tree | 2e42f36b283ba32f7b658e185fe51b61243d0645 /www/netrik | |
parent | 6444dc4eda87337cf7eeaf3adf3efbf8c542354d (diff) |
Notes
Diffstat (limited to 'www/netrik')
-rw-r--r-- | www/netrik/Makefile | 8 | ||||
-rw-r--r-- | www/netrik/distinfo | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/www/netrik/Makefile b/www/netrik/Makefile index 068019f3a494..667a74decbe1 100644 --- a/www/netrik/Makefile +++ b/www/netrik/Makefile @@ -8,7 +8,7 @@ # PORTNAME= netrik -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,7 @@ COMMENT= A text web browser, very ambitious, in active development RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_GMAKE= yes +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -27,11 +28,6 @@ MAN5= netrikrc.5 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" -.endif .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif diff --git a/www/netrik/distinfo b/www/netrik/distinfo index 7d9bea6aabb7..5db30b2506c2 100644 --- a/www/netrik/distinfo +++ b/www/netrik/distinfo @@ -1 +1 @@ -MD5 (netrik-1.8.0.tar.gz) = 5c0575272cf68456b932b72349e1d501 +MD5 (netrik-1.9.0.tar.gz) = 783fe50b27db87abdccb8244027b0b0c |