mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Add stage support
- Convert LIB_DEPENDS to new syntax
This commit is contained in:
parent
35ea490bbd
commit
4cda9784ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344623
@ -11,8 +11,8 @@ COMMENT= Simple KDE Calculator
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
|
||||
LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr
|
||||
BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex
|
||||
LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
|
||||
@ -24,5 +24,4 @@ CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user