diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 10:08:25 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 10:08:25 +0000 |
commit | 24958e911142fd035cf5b47d25de8175c28a3a82 (patch) | |
tree | aa50d514be6081ba13275895af6983d34079a052 /audio/ccaudio2 | |
parent | eaf608f69a4d18683968cd2e4d98f5d6aaf1ca3c (diff) | |
download | FreeBSD-ports-24958e911142fd035cf5b47d25de8175c28a3a82.zip FreeBSD-ports-24958e911142fd035cf5b47d25de8175c28a3a82.tar.gz |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r-- | audio/ccaudio2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index f853c44..6cd1c57 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget GNU_CONFIGURE= yes USE_GCC= 3.4+ -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e \ |