summaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-03-20 05:20:46 +0000
committermaho <maho@FreeBSD.org>2004-03-20 05:20:46 +0000
commit2d5b6fe396061bcdeb7c086500e3ddfd56247444 (patch)
treed8cd045b2a7e6505715cc6bf4413330d7fec033e /biology
parentafd4ea67ebda8b8e0ec0942483b7334d6c882706 (diff)
downloadFreeBSD-ports-2d5b6fe396061bcdeb7c086500e3ddfd56247444.zip
FreeBSD-ports-2d5b6fe396061bcdeb7c086500e3ddfd56247444.tar.gz
Do not hardcord PICFLAG
Submitted by: ru
Diffstat (limited to 'biology')
-rw-r--r--biology/pymol/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/biology/pymol/Makefile b/biology/pymol/Makefile
index d532141..431bf3c 100644
--- a/biology/pymol/Makefile
+++ b/biology/pymol/Makefile
@@ -28,13 +28,7 @@ USE_PYTHON= yes
.include <bsd.port.pre.mk>
-.if !defined(PICFLAG)
-.if ${MACHINE_ARCH} == "sparc64"
-PICFLAG=-fPIC
-.else
-PICFLAG=-fpic
-.endif
-.endif
+PICFLAG!= ${MAKE} -f bsd.lib.mk -V PICFLAG
pre-patch:
@${INSTALL_DATA} ${WRKSRC}/setup/Rules.linux ${WRKSRC}/Rules.make
OpenPOWER on IntegriCloud