diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-11-03 11:49:33 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-11-03 11:49:33 +0800 |
commit | ae60a0e5590268aa7b9f3214c43293ca0917b213 (patch) | |
tree | 485fc1e2cb9927b3940adaabe4030f521086ce91 /audio/libofa | |
parent | 2caf2ba5c09a8ee25d00c2a62ba478724c07f78a (diff) | |
download | freebsd-ports-gnome-ae60a0e5590268aa7b9f3214c43293ca0917b213.tar.gz freebsd-ports-gnome-ae60a0e5590268aa7b9f3214c43293ca0917b213.tar.zst freebsd-ports-gnome-ae60a0e5590268aa7b9f3214c43293ca0917b213.zip |
- make fetchable
- USE_LDCONFIG instead of INSTALLS_SHLIB
PR: 105019
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'audio/libofa')
-rw-r--r-- | audio/libofa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index 045cadbe11de..0e5dc15b78b7 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -8,7 +8,7 @@ PORTNAME= libofa PORTVERSION= 0.9.3 CATEGORIES= audio -MASTER_SITES= http://www.musicdns.org/themes/musicdns_org/downloads/ +MASTER_SITES= http://www.musicdns.org/files/ MAINTAINER= alexbl@FreeBSD.org COMMENT= The Open Fingerprint Architecture Library @@ -21,7 +21,7 @@ USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> |