diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-10 16:27:01 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-10 16:27:01 +0800 |
commit | 7baee63454403a6db6ff3d7b856d9e8a3232df7e (patch) | |
tree | 348a5481c83caef9a9f36efcd1348117f683b305 /science | |
parent | e0676c93a51ca2ea7df137e9cb230d814084413f (diff) | |
download | freebsd-ports-gnome-7baee63454403a6db6ff3d7b856d9e8a3232df7e.tar.gz freebsd-ports-gnome-7baee63454403a6db6ff3d7b856d9e8a3232df7e.tar.zst freebsd-ports-gnome-7baee63454403a6db6ff3d7b856d9e8a3232df7e.zip |
- Require GCC 4.2 on 6.x to fix build against openbabel
Diffstat (limited to 'science')
-rw-r--r-- | science/gchempaint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |