diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 08:45:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 08:45:31 +0000 |
commit | c6f888194d1a7d263bc6ef4d66a1e3f02a334c07 (patch) | |
tree | 7b9361b59ef8fc197e0fac6178a2336024c2f6eb /science | |
parent | d31032cfe5b49c2504c37f433fef3b67550bc94e (diff) | |
download | ports-c6f888194d1a7d263bc6ef4d66a1e3f02a334c07.tar.gz ports-c6f888194d1a7d263bc6ef4d66a1e3f02a334c07.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf/Makefile | 1 | ||||
-rw-r--r-- | science/openbabel/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index b3cf850f4c33..da1deb33912a 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -19,6 +19,7 @@ COMMENT?= Library for machine-independent, array-oriented data access CONFLICTS= hdf-4.* netcdf-4.* PORTSCOUT= limit:^3\. +WITH_FBSD10_FIX=yes CONFIGURE_ARGS= --enable-shared CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC GNU_CONFIGURE= yes diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index 99c80626a1a3..e8c5c5b72204 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -16,6 +16,7 @@ COMMENT= Chemistry file translation program LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python-libs +WITH_FBSD10_FIX=yes USE_GNOME= gnomehack libxml2 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |