diff options
Diffstat (limited to 'www/amyc/Makefile')
-rw-r--r-- | www/amyc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile index e7db13dfe297..24836f6764b4 100644 --- a/www/amyc/Makefile +++ b/www/amyc/Makefile @@ -7,16 +7,15 @@ PORTNAME= amyc PORTVERSION= 0.9.159 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.crevola.com/about/current/ MAINTAINER= petef@FreeBSD.org COMMENT= Display the contents of your Netscape cache -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - USE_AUTOCONF= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |