diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-03 03:49:33 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-03 03:49:33 +0000 |
commit | 1e0bd18b8ea8639362778291874f6df0d7b784da (patch) | |
tree | 2fc9ac5d6539510273f4468497a1d465877c4c1c /audio/libofa | |
parent | 28533d05e712a487ffb9b452b1acc120f084a6d1 (diff) |
- make fetchable
- USE_LDCONFIG instead of INSTALLS_SHLIB
PR: 105019
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Notes
Notes:
svn path=/head/; revision=176250
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> |