diff options
author | flz <flz@FreeBSD.org> | 2009-01-24 18:02:09 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-01-24 18:02:09 +0800 |
commit | e08974b739b102aeea81c54d49f813089d675530 (patch) | |
tree | 2b2a85c06ec1b26a75c14860ef4a375a065ac422 /science/afni | |
parent | 55d7f40e9e43e36b576c9c585447fc8cdb58b643 (diff) | |
download | freebsd-ports-gnome-e08974b739b102aeea81c54d49f813089d675530.tar.gz freebsd-ports-gnome-e08974b739b102aeea81c54d49f813089d675530.tar.zst freebsd-ports-gnome-e08974b739b102aeea81c54d49f813089d675530.zip |
Fix science/afni after X.org 7.4 import (needs Xi).
Reported by: pointyhat (via pav)
Diffstat (limited to 'science/afni')
-rw-r--r-- | science/afni/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index aacc35688742..70e7ed15bf95 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -16,7 +16,7 @@ PORTNAME= afni PORTVERSION= 2008.01.02.1043 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science biology graphics MASTER_SITES= http://www.neuro.mcw.edu/Ports/distfiles/AFNI/${PORTVERSION}/ \ http://afni.nimh.nih.gov/pub/dist/tgz/ @@ -41,6 +41,7 @@ BROKEN= Does not compile on sparc64: "undefined reference to '_mcount'" .endif USE_GL= glw glu +USE_XORG= xi USE_GETTEXT= yes USE_GMAKE= yes USE_ICONV= yes |