diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-29 21:20:09 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-29 21:20:09 +0800 |
commit | 853252e641f11997a1e9d03a94e082dad4c4863c (patch) | |
tree | 0bb727e95e5c0aca5e7de3d7b881d3147315d215 /devel/libbnr | |
parent | bba6142b65b023e97776526fbc2a24f9238c96de (diff) | |
download | freebsd-ports-gnome-853252e641f11997a1e9d03a94e082dad4c4863c.tar.gz freebsd-ports-gnome-853252e641f11997a1e9d03a94e082dad4c4863c.tar.zst freebsd-ports-gnome-853252e641f11997a1e9d03a94e082dad4c4863c.zip |
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- use my @FreeBSD.org address
Diffstat (limited to 'devel/libbnr')
-rw-r--r-- | devel/libbnr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libbnr/Makefile b/devel/libbnr/Makefile index 64cc152b99fd..fd03bc2d8e51 100644 --- a/devel/libbnr/Makefile +++ b/devel/libbnr/Makefile @@ -12,11 +12,11 @@ CATEGORIES= devel mail MASTER_SITES= http://dspam.nuclearelephant.com/sources/extras/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/libbnr/sources/ -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= GPL implementation of the Bayesian Noise Reduction algorithm GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS+= --includedir=${PREFIX}/include/${PORTNAME} .ifdef(WITH_DEBUG) |