diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-24 10:02:09 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-24 10:02:09 +0000 |
commit | 584f727bc407744f1cec6d5a8fcc698af9c2de81 (patch) | |
tree | 998daf93f0e896e0c3a275f7242092ab62610d41 /science/afni/Makefile | |
parent | 6838b217c6d5f83913277218f5bcaeae827ade4b (diff) | |
download | ports-584f727bc407744f1cec6d5a8fcc698af9c2de81.tar.gz ports-584f727bc407744f1cec6d5a8fcc698af9c2de81.zip |
Notes
Diffstat (limited to 'science/afni/Makefile')
-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 |