- fix WANTLIB

This commit is contained in:
ajacoutot 2007-12-05 10:06:49 +00:00
parent 72e58f4c30
commit 9122b40a72

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2007/07/18 08:47:06 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2007/12/05 10:06:49 ajacoutot Exp $
COMMENT= SDL clone of the popular Game of Life
DISTNAME= life-1.0
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
EXTRACT_SUFX= .tar.bz2
CATEGORIES= games
@ -12,7 +12,8 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c m pthread stdc++ usbhid
WANTLIB= c m pthread stdc++
NO_REGRESS= Yes
USE_X11= Yes