diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /math/abs | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) |
Notes
Diffstat (limited to 'math/abs')
-rw-r--r-- | math/abs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index 154a3f738b24..88b0e4f29fda 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -7,7 +7,7 @@ PORTNAME= abs PORTVERSION= 0908 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ \ http://fresh.t-systems-sfr.com/unix/src/privat2/ @@ -17,8 +17,7 @@ MAINTAINER= gmarco@gufi.org COMMENT= A free spreadsheet with graphical user interface PLIST_FILES= bin/abs -USE_XLIB= yes -USE_XPM= yes +USE_XORG= x11 xpm xaw WRKSRC= ${WRKDIR}/abs-src-0.908 post-patch: |