mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix build on 4.x. Prompted by kris, approved by maintainer.
This commit is contained in:
parent
b6af1a8d92
commit
47cebc9b06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99367
@ -13,7 +13,6 @@ MASTER_SITES= http://www.witchspace.com/files/
|
||||
MAINTAINER= jon@witchspace.com
|
||||
COMMENT= A program for generating and rendering fractal landscapes
|
||||
|
||||
BROKEN= "failed dependency (qt32 and/or qmake?)"
|
||||
USE_MESA= yes
|
||||
USE_KDELIBS_VER= 3
|
||||
QTDIR?= ${X11BASE}
|
||||
@ -21,7 +20,7 @@ MAKE_ENV= QTDIR="${QTDIR}"
|
||||
|
||||
pre-build:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
|
||||
-spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ landscape.pro
|
||||
-spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ landscape.pro
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/landscape ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user