This needs zlib installed. Depend on it for Solaris.
This commit is contained in:
parent
64eceda076
commit
f0fbb65c99
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2000/08/21 21:01:30 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2001/02/03 05:13:10 hubertf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= texinfo-3.12
|
||||
|
@ -9,6 +9,10 @@ MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
|
|||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
DEPENDS+= zlib-1.*:../zlib
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-catgets
|
||||
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
|
||||
|
|
Loading…
Reference in a new issue