diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-15 14:19:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-15 14:19:48 +0000 |
commit | 6157a19871a53d8cb1f53f24aa692f6e63a9d06e (patch) | |
tree | f95f2c5b0562ea6f511289bc09b932310a519394 /wm/notion | |
parent | 503e953be764024bb28ab1be314fad0a938bfe16 (diff) | |
download | pkgsrc-6157a19871a53d8cb1f53f24aa692f6e63a9d06e.tar.gz |
Restrict to lua-5.1.
(Perhaps (re?)compiling the .lc files would work, but it's not done by
the normal build, and then there are errors about binaries for other
lua versions.)
Bump PKGREVISION.
Diffstat (limited to 'wm/notion')
-rw-r--r-- | wm/notion/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/notion/Makefile b/wm/notion/Makefile index 9c3a486233c..093d11e1dce 100644 --- a/wm/notion/Makefile +++ b/wm/notion/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2014/05/09 16:20:24 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/15 14:19:48 wiz Exp $ DISTNAME= notion-3-2014010900-src PKGNAME= ${DISTNAME:S/3-/3./:S/-src//} +PKGREVISION= 1 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notion/} EXTRACT_SUFX= .tar.bz2 @@ -17,6 +18,7 @@ CONFLICTS= ion3-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} USE_LANGUAGES= c99 USE_TOOLS+= gmake msgfmt pax pkg-config +LUA_VERSIONS_ACCEPTED= 51 MAKE_FLAGS+= PREFIX=${PREFIX} MAKE_FLAGS+= EXAMPLEDIR=${PREFIX}/share/examples/notion |