diff options
Diffstat (limited to 'devel/libbnr/Makefile')
-rw-r--r-- | devel/libbnr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libbnr/Makefile b/devel/libbnr/Makefile index ff9ce18c6ad4..64cc152b99fd 100644 --- a/devel/libbnr/Makefile +++ b/devel/libbnr/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbnr PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= devel mail MASTER_SITES= http://dspam.nuclearelephant.com/sources/extras/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/libbnr/sources/ @@ -14,7 +15,7 @@ MASTER_SITES= http://dspam.nuclearelephant.com/sources/extras/ \ MAINTAINER= itetcu@people.tecnik93.com COMMENT= GPL implementation of the Bayesian Noise Reduction algorithm -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --includedir=${PREFIX}/include/${PORTNAME} |