diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
commit | b8135727e5667c1cf0af2467f39e896962b6e1fc (patch) | |
tree | 19e1ac2018f516017690be5624a0e40e49f97f91 /math/geg | |
parent | - Fix -curses typo concerning ctrl-d and ctrl-t handling (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'math/geg')
-rw-r--r-- | math/geg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 9b3401323960..3b5cb73b46a3 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -7,7 +7,7 @@ PORTNAME= geg PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.infolaunch.com/~daveb/ @@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= science/visualization/plotting MAINTAINER= domi@saargate.de COMMENT= Visualise multiple 2D-functions of one variable -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_AUTOTOOLS= automake:15 autoconf:261 AUTOMAKE_ARGS= -a -i |