diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
commit | 942c2a28be6e560a605ebc033cdb2621880953d1 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /science/afni | |
parent | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff) | |
download | ports-942c2a28be6e560a605ebc033cdb2621880953d1.tar.gz ports-942c2a28be6e560a605ebc033cdb2621880953d1.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Notes
Notes:
svn path=/head/; revision=322622
Diffstat (limited to 'science/afni')
-rw-r--r-- | science/afni/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index e490f4aee4ee..dc4605b41efe 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -23,8 +23,7 @@ EXTRACT_ONLY= afni_src.tgz CA_EZ_v1.5-July3107.tgz MAINTAINER= jwbacon@tds.net COMMENT= Advanced Functional Neuro Imaging -LIB_DEPENDS= Xm:${PORTSDIR}/x11-toolkits/open-motif \ - R:${PORTSDIR}/math/R \ +LIB_DEPENDS= R:${PORTSDIR}/math/R \ gsl:${PORTSDIR}/math/gsl RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg \ mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ @@ -32,6 +31,8 @@ RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg \ ppmtogif:${PORTSDIR}/graphics/netpbm \ endian:${PORTSDIR}/sysutils/endian +USES= gettext iconv gmake motif + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" @@ -40,9 +41,6 @@ BROKEN= Does not compile on sparc64: "undefined reference to '_mcount'" USE_GL= glw glu USE_XORG= xi -USE_GMAKE= yes -USES= gettext iconv -USE_MOTIF= yes MAKE_ENV= CC="${CC}" MAKE_JOBS_UNSAFE=yes |