diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /graphics/dataplot | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) |
Notes
Diffstat (limited to 'graphics/dataplot')
-rw-r--r-- | graphics/dataplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 1c7b335d0c45..30a51e86de83 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= dataplot PORTVERSION= 20061219 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ http://www.alaskaparadise.com/freebsd/:source \ @@ -28,7 +28,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ USE_FORTRAN= yes FFLAGS+= -fno-range-check MAKE_ENV+= FFLAGS="${FFLAGS}" -USE_XLIB= yes +USE_XORG= x11 xi NO_WRKSUBDIR= yes MAXOBV?= 20000 # Make bigger if you need more observations/variable |