- make fetchable

- USE_LDCONFIG instead of INSTALLS_SHLIB

PR:		105019
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
This commit is contained in:
Alexander Botero-Lowry 2006-11-03 03:49:33 +00:00
parent 28533d05e7
commit 1e0bd18b8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176250

View File

@ -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>