- add missing module
- needs gnu libtool as build dependency ok maintainer
This commit is contained in:
parent
21794211a6
commit
3cda18b6cf
@ -1,8 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.35 2011/04/14 11:08:43 jasper Exp $
|
# $OpenBSD: Makefile,v 1.36 2011/04/14 13:35:18 jasper Exp $
|
||||||
|
|
||||||
COMMENT = SDL port of the legendary 2D platform shooter
|
COMMENT = SDL port of the legendary 2D platform shooter
|
||||||
|
|
||||||
DISTNAME = abuse-0.7.1
|
DISTNAME = abuse-0.7.1
|
||||||
|
REVISION = 0
|
||||||
EPOCH = 0
|
EPOCH = 0
|
||||||
ABUSE_FRABS = abuse-frabs-2.11
|
ABUSE_FRABS = abuse-frabs-2.11
|
||||||
CATEGORIES = games x11
|
CATEGORIES = games x11
|
||||||
@ -17,7 +18,7 @@ PERMIT_PACKAGE_FTP = Yes
|
|||||||
PERMIT_DISTFILES_CDROM =Yes
|
PERMIT_DISTFILES_CDROM =Yes
|
||||||
PERMIT_DISTFILES_FTP = Yes
|
PERMIT_DISTFILES_FTP = Yes
|
||||||
|
|
||||||
WANTLIB = c m pthread GL iconv stdc++ usbhid SDL sndio
|
WANTLIB = c m pthread GL stdc++ usbhid SDL sndio
|
||||||
|
|
||||||
MASTER_SITES = ${HOMEPAGE}raw-attachment/wiki/Downloads/
|
MASTER_SITES = ${HOMEPAGE}raw-attachment/wiki/Downloads/
|
||||||
|
|
||||||
@ -28,6 +29,10 @@ LIB_DEPENDS = devel/sdl
|
|||||||
DISTFILES = ${DISTNAME}.tar.gz ${ABUSE_FRABS}.tar.gz
|
DISTFILES = ${DISTNAME}.tar.gz ${ABUSE_FRABS}.tar.gz
|
||||||
EXTRACT_ONLY = ${DISTNAME}.tar.gz
|
EXTRACT_ONLY = ${DISTNAME}.tar.gz
|
||||||
|
|
||||||
|
MODULES = converters/libiconv
|
||||||
|
|
||||||
|
# Needs AC_PROG_LIBTOOL
|
||||||
|
BUILD_DEPENDS +=devel/libtool
|
||||||
USE_LIBTOOL = Yes
|
USE_LIBTOOL = Yes
|
||||||
|
|
||||||
AUTOCONF_VERSION = 2.61
|
AUTOCONF_VERSION = 2.61
|
||||||
|
Loading…
x
Reference in New Issue
Block a user