diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-12-18 22:06:50 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-12-18 22:06:50 +0000 |
commit | 62ede14c752834c022a212740ff2e68e0016d2c1 (patch) | |
tree | beb2058e74a1288b8c4fcb53c1257a42f692389c /science | |
parent | ddf28d222b85ea1aa57e731d5db25fd5997edbc7 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/silo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/silo/Makefile b/science/silo/Makefile index 467b75c835c0..6e45c8d66de4 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -37,7 +37,7 @@ PYTHON_USES= python:2 QT4_USE= XORG=ice,sm,x11,xext,xi,xmu,xt \ QT4=corelib,gui,linguisttools_build,moc_build,uic_build -QT4_CONFIGURE_ON= --with-Qt-dir=${QT_PREFIX} \ +QT4_CONFIGURE_ON= --with-Qt-dir=${PREFIX} \ --with-Qt-lib="QtGui -lQtCore" QT4_CONFIGURE_ENABLE= silex QT4_VARS= QT_NONSTANDARD=yes |