diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 18:08:25 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 18:08:25 +0800 |
commit | 24958e911142fd035cf5b47d25de8175c28a3a82 (patch) | |
tree | aa50d514be6081ba13275895af6983d34079a052 /biology | |
parent | eaf608f69a4d18683968cd2e4d98f5d6aaf1ca3c (diff) | |
download | freebsd-ports-gnome-24958e911142fd035cf5b47d25de8175c28a3a82.tar.gz freebsd-ports-gnome-24958e911142fd035cf5b47d25de8175c28a3a82.tar.zst freebsd-ports-gnome-24958e911142fd035cf5b47d25de8175c28a3a82.zip |
- 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 'biology')
-rw-r--r-- | biology/libgenome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index 6b8f7312125b..7ef529047a15 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -19,7 +19,7 @@ COMMENT= Toolkit for developing bioinformatic related software in C++ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-O2|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in |