diff options
author | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
commit | 42258cbf351c87186db981295e5bf50a96f63496 (patch) | |
tree | c8d7e55978ef52f9d98195085f258e35ec608323 /audio | |
parent | b0a0847ff3c641030adb8581963d05167ede200d (diff) | |
download | freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.gz freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.zst freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.zip |
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/boodler/Makefile | 4 | ||||
-rw-r--r-- | audio/libtunepimp-old/Makefile | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index 4411226d7606..382b6a139288 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -7,7 +7,7 @@ PORTNAME= boodler PORTVERSION= 1.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.eblong.com/zarf/boodler/ DISTFILES= boodler-153.tar.gz boodler-snd-021902.tar.gz @@ -22,8 +22,6 @@ USE_PYTHON= yes DRIVER?= oss WRKSRC= ${WRKDIR}/${PORTNAME} BHOME= ${PREFIX}/share/boodler -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/share/boodler/boodle pre-everything:: @${ECHO} "" diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile index e93650c000ce..1a350a34771e 100644 --- a/audio/libtunepimp-old/Makefile +++ b/audio/libtunepimp-old/Makefile @@ -33,8 +33,6 @@ USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS= --libdir=${PREFIX}/lib/tunepimp-0.4 --includedir=${PREFIX}/include/tunepimp-0.4 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -liconv" -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/tunepimp-0.4 USE_LDCONFIG= ${PREFIX}/lib/tunepimp-0.4 post-patch: |