diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /math/xppaut | |
parent | Document png -- DoS crash vulnerability. (diff) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'math/xppaut')
-rw-r--r-- | math/xppaut/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/xppaut/Makefile b/math/xppaut/Makefile index add781e8af9e..6756fffb1db1 100644 --- a/math/xppaut/Makefile +++ b/math/xppaut/Makefile @@ -7,6 +7,7 @@ PORTNAME= xppaut PORTVERSION= 5.96 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -16,6 +17,7 @@ COMMENT= Graphical tool for solving differential equations, etc MAN1= xppaut.1 USE_X_PREFIX= yes +USE_XORG= xbitmaps MAKE_ARGS= CC="${CC}" WRKSRC= ${WRKDIR} |