diff options
Diffstat (limited to 'graphics/robot')
-rw-r--r-- | graphics/robot/Makefile | 7 | ||||
-rw-r--r-- | graphics/robot/files/patch-Robot+Makefile | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/robot/Makefile b/graphics/robot/Makefile index 23f67ffb838a..5715e483519f 100644 --- a/graphics/robot/Makefile +++ b/graphics/robot/Makefile @@ -7,7 +7,7 @@ PORTNAME= robot PORTVERSION= 4.93.89 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= ftp://lheaftp.gsfc.nasa.gov/pub/corbet/robot/ DISTNAME= robot-beta @@ -16,12 +16,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graph plotting and data analysis program using OpenLook BUILD_DEPENDS= fsplit:${PORTSDIR}/devel/fortran-utils \ - imake:${X_IMAKE_PORT} + imake:${PORTSDIR}/devel/imake LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview -USE_X_PREFIX= yes USE_GMAKE= yes -MAKE_ENV+= OPENWINHOME=${X11BASE} +MAKE_ENV+= OPENWINHOME=${LOCALBASE} WEB_BROWSER?= firefox USE_FORTRAN= yes FFLAGS+= -ffixed-line-length-80 diff --git a/graphics/robot/files/patch-Robot+Makefile b/graphics/robot/files/patch-Robot+Makefile index 7a06af59c709..6213ac6719d4 100644 --- a/graphics/robot/files/patch-Robot+Makefile +++ b/graphics/robot/files/patch-Robot+Makefile @@ -45,7 +45,7 @@ #X library - may need to edit if location different -XLIB = -L/usr/X11R6/lib -lX11 -+XLIB = -L${X11BASE}/lib -lX11 ++XLIB = -L${LOCALBASE}/lib -lX11 # location of the FITS library FITSDIR = ../Fitsio/ |