aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-09 17:20:49 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-09 17:20:49 +0000
commit7ca8a40a11fe4669c1a4584e28127e0d83d9bf7d (patch)
tree22fd27cea1c48706d18518737fafb7211903603a /science
parent376199f710a7df10897506d7fa550cdef0f046cd (diff)
downloadports-7ca8a40a11fe4669c1a4584e28127e0d83d9bf7d.tar.gz
ports-7ca8a40a11fe4669c1a4584e28127e0d83d9bf7d.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/xloops-ginac/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile
index bd7e52df4bb7..4170272bf8cc 100644
--- a/science/xloops-ginac/Makefile
+++ b/science/xloops-ginac/Makefile
@@ -18,21 +18,15 @@ COMMENT= A program calculating Feynman diagrams
LIB_DEPENDS= ginac-1.3.1:${PORTSDIR}/math/GiNaC
USE_GCC= 3.4
-USE_GNOME= gnometarget lthack
USE_GMAKE= yes
-USE_LIBTOOL_VER=15
+USE_GNOME= gnometarget
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
-CFLAGS+= -O0
+CFLAGS+= -fpermissive
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 600006
-BROKEN= "Does not compile on FreeBSD >= 6.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>