diff options
Diffstat (limited to 'math/sc-im/Makefile')
-rw-r--r-- | math/sc-im/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index 2bac6946f089..0f67d23a97e0 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -1,6 +1,7 @@ PORTNAME= sc-im DISTVERSIONPREFIX= v DISTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= bapt@FreeBSD.org @@ -13,7 +14,7 @@ LIB_DEPENDS= libxlsreader.so:math/libxls \ libxlsxwriter.so:math/libxlsxwriter \ libzip.so:archivers/libzip -USES= compiler:c11 gmake gnome lua:51 ncurses pkgconfig +USES= compiler:c11 gmake gnome lua ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= andmarti1424 USE_GNOME= libxml2 @@ -21,7 +22,7 @@ USE_GNOME= libxml2 WRKSRC_SUBDIR= src CFLAGS+= -DXLSX_EXPORT -DXLS LIBS+= -lxlsreader -lxlsxwriter -MAKE_ENV+= LDLIBS="${LIBS}" +MAKE_ENV+= LDLIBS="${LIBS}" LUA_PKGNAME=lua-${LUA_VER} MAKE_ARGS+= CC="${CC}" prefix="${PREFIX}" MANDIR="${PREFIX}/share/man/man1" post-install: |