diff options
author | danilo <danilo@FreeBSD.org> | 2014-02-17 03:09:18 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-02-17 03:09:18 +0800 |
commit | 78f7ad3da3814b3d0dde0ec14ef7b9c4551f947d (patch) | |
tree | 41336fcc9d58211fa5cfd96cfa51106623dcae26 /math | |
parent | 2354c59fa246ddeefa3a45d58e37504433a9b16c (diff) | |
download | freebsd-ports-gnome-78f7ad3da3814b3d0dde0ec14ef7b9c4551f947d.tar.gz freebsd-ports-gnome-78f7ad3da3814b3d0dde0ec14ef7b9c4551f947d.tar.zst freebsd-ports-gnome-78f7ad3da3814b3d0dde0ec14ef7b9c4551f947d.zip |
- Add stage support
- Convert LIB_DEPENDS to new syntax
Diffstat (limited to 'math')
-rw-r--r-- | math/abakus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index 878543071fa2..61fe3c6be944 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -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> |