aboutsummaryrefslogtreecommitdiff
path: root/math/fityk
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-11 09:17:50 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-11 09:17:50 +0000
commit098961836a3f423d82eac76e9397caca6dc46925 (patch)
tree9e83b46fa6566a627372613460141ba2130c5e9b /math/fityk
parent30b05cb5026d5c2626256a47f606323d5d13f705 (diff)
downloadports-098961836a3f423d82eac76e9397caca6dc46925.tar.gz
ports-098961836a3f423d82eac76e9397caca6dc46925.zip
Unbreak on 4.x by depending on readline from ports.
Notes
Notes: svn path=/head/; revision=130862
Diffstat (limited to 'math/fityk')
-rw-r--r--math/fityk/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile
index 03da11149858..324ee8f14a43 100644
--- a/math/fityk/Makefile
+++ b/math/fityk/Makefile
@@ -16,11 +16,15 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Free peak fitting software
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
+LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 \
+ readline.5:${PORTSDIR}/devel/readline
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
+CPPFLAGS+= "-I${LOCALBASE}/include"
+LDFLAGS+= "-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-optimization
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_GMAKE= yes
MAN1= fityk.1