summaryrefslogtreecommitdiff
path: root/graphics/robot/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-22 08:12:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-22 08:12:36 +0000
commitf3e6a99a21e11b8f739f6f4a6e8dc19af3b6de07 (patch)
tree85b54897b923ddcbf3c6b0832ee1687f6b2c3fb5 /graphics/robot/Makefile
parent* Fix compatibility with the new OpenOffice 1.1 wrapper scripts (diff)
This is broken on 4.x as well.
Notes
Notes: svn path=/head/; revision=101700
Diffstat (limited to 'graphics/robot/Makefile')
-rw-r--r--graphics/robot/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/robot/Makefile b/graphics/robot/Makefile
index e5def3a40096..6323aad55647 100644
--- a/graphics/robot/Makefile
+++ b/graphics/robot/Makefile
@@ -18,18 +18,14 @@ COMMENT= Graph plotting and data analysis program using OpenLook
BUILD_DEPENDS= fsplit:${PORTSDIR}/devel/fortran-utils
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
+BROKEN= "Broken pkg-plist"
+
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
MAKE_ENV+= OPENWINHOME=${X11BASE}
WEB_BROWSER?= mozilla
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN= "Broken pkg-plist"
-.endif
-
pre-build:
@${REINPLACE_CMD} -e 's+netscape+${WEB_BROWSER}+ ' \
${WRKSRC}/Robot/Makefile
@@ -51,4 +47,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/Demos/*.rob ${EXAMPLESDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>