aboutsummaryrefslogtreecommitdiffstats
path: root/science/avogadro
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2011-09-07 07:30:43 +0800
committeravilla <avilla@FreeBSD.org>2011-09-07 07:30:43 +0800
commit73c35d6a0d8a8ddc9750685c8c7f4bae93e78197 (patch)
treefdb8ebcd3cd1f7007c71f356033c13ea13b0bd9d /science/avogadro
parentf430a91c487e9ed1e47026299a914d7476be3968 (diff)
downloadfreebsd-ports-graphics-73c35d6a0d8a8ddc9750685c8c7f4bae93e78197.tar.gz
freebsd-ports-graphics-73c35d6a0d8a8ddc9750685c8c7f4bae93e78197.tar.zst
freebsd-ports-graphics-73c35d6a0d8a8ddc9750685c8c7f4bae93e78197.zip
- Fix paths in installed CMake modules.
- Bump PORTREVISION. Approved by: Troels Kofoed Jacobsen (maintainer) via e-mail
Diffstat (limited to 'science/avogadro')
-rw-r--r--science/avogadro/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile
index 80ba882e7ee..1c1f4889e96 100644
--- a/science/avogadro/Makefile
+++ b/science/avogadro/Makefile
@@ -7,6 +7,7 @@
PORTNAME= avogadro
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= SF
@@ -22,9 +23,7 @@ USE_QT_VER= 4
QT_COMPONENTS= gui opengl network linguist_build \
qmake_build moc_build rcc_build uic_build
USE_CMAKE= yes
-CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
- -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
- -DENABLE_GLSL=OFF
+CMAKE_ARGS= -DENABLE_GLSL=OFF
USE_GCC= 4.4+
MAKE_JOBS_SAFE= yes