diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/2d-rewriter/Makefile | 6 | ||||
-rw-r--r-- | science/gramps/Makefile | 3 | ||||
-rw-r--r-- | science/silo/Makefile | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/science/2d-rewriter/Makefile b/science/2d-rewriter/Makefile index 282ac001304d..51b6dd36b913 100644 --- a/science/2d-rewriter/Makefile +++ b/science/2d-rewriter/Makefile @@ -6,7 +6,8 @@ # PORTNAME= 2d-rewriter -DISTVERSION= 1.3 +PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.crowdeduniverse.org/distfiles/ @@ -16,9 +17,10 @@ COMMENT= Cellular automata simulator MAN1= 2d-rewriter.1 MANCOMPRESSED= yes USE_IMAKE= yes +USE_XORG= x11 xext -post-install: .if !defined(NOPORTEXAMPLES) +post-install: ${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 4da6e5ea332e..211041bdaa7c 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -6,7 +6,7 @@ PORTNAME= gramps PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science gnome python MASTER_SITES= SF @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml USE_BDB= 43 -USE_XLIB= yes USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/science/silo/Makefile b/science/silo/Makefile index 88e2cc5a4f05..949782759eb2 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -7,7 +7,7 @@ PORTNAME= silo PORTVERSION= 4.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ @@ -26,7 +26,6 @@ USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes -USE_XLIB= yes USE_QT_VER= 3 QT_COMPONENTS= moc uic |