diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 10:08:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 10:08:25 +0000 |
commit | ab63f5bd0bf091680be8f919b994fb5030bef938 (patch) | |
tree | a2f7277a226fa420e033fadc2c3a36c6811f8f74 /biology/libgenome/Makefile | |
parent | 5b52628630ca3d9489ac64f27ff2238b89ea4453 (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=170572
Diffstat (limited to 'biology/libgenome/Makefile')
-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 |