aboutsummaryrefslogtreecommitdiffstats
path: root/science/peekabot/Makefile
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-03-24 05:14:39 +0800
committergahr <gahr@FreeBSD.org>2010-03-24 05:14:39 +0800
commitaa1c16483d3e3ebfabeb32fd51d17b96f8b74118 (patch)
tree9bfea3ba7c13b0aee1186c7434429fa5a65dc7a4 /science/peekabot/Makefile
parentdb2c49723a693c67b0403e054740835d757b9bcd (diff)
downloadfreebsd-ports-gnome-aa1c16483d3e3ebfabeb32fd51d17b96f8b74118.tar.gz
freebsd-ports-gnome-aa1c16483d3e3ebfabeb32fd51d17b96f8b74118.tar.zst
freebsd-ports-gnome-aa1c16483d3e3ebfabeb32fd51d17b96f8b74118.zip
- Chase x11-toolkits/fltk update
Diffstat (limited to 'science/peekabot/Makefile')
-rw-r--r--science/peekabot/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/science/peekabot/Makefile b/science/peekabot/Makefile
index 6c99d2edf195..5be899d56bc0 100644
--- a/science/peekabot/Makefile
+++ b/science/peekabot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= peekabot
PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7.x/ \
http://distfiles.officialunix.com/
@@ -20,17 +20,11 @@ LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \
fltk.1:${PORTSDIR}/x11-toolkits/fltk
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
- CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV= LDFLAGS="`fltk-config --ldflags`" \
+ CPPFLAGS="`fltk-config --cflags`"
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 4.2+
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>