From 7baee63454403a6db6ff3d7b856d9e8a3232df7e Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 10 Jul 2008 08:27:01 +0000 Subject: [PATCH] - Require GCC 4.2 on 6.x to fix build against openbabel --- science/gchempaint/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index 620026330abb..aadecbf86580 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -7,7 +7,7 @@ PORTNAME= gchempaint PORTVERSION= 0.8.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.8 @@ -19,6 +19,8 @@ BUILD_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils LIB_DEPENDS= gcu.8:${PORTSDIR}/science/gchemutils USE_BZIP2= yes +# because openbabel/gchemutils +USE_GCC= 4.2+ INSTALLS_ICONS= yes INSTALLS_OMF= yes USE_LDCONFIG= yes