Add some forgotten library dependencies.
This commit is contained in:
parent
68b14b5214
commit
1fa550c3ca
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2002/07/18 15:15:05 brad Exp $
|
# $OpenBSD: Makefile,v 1.6 2002/09/13 22:54:28 naddy Exp $
|
||||||
|
|
||||||
COMMENT= "graphical networked AD&D style game"
|
COMMENT= "graphical networked AD&D style game"
|
||||||
|
|
||||||
@ -16,11 +16,11 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/}
|
||||||
|
|
||||||
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
|
||||||
png.1::graphics/png \
|
png.1::graphics/png \
|
||||||
SDL::devel/sdl
|
SDL.1,SDL_image.1::devel/sdl
|
||||||
|
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.2 2002/07/20 17:45:57 fgsch Exp $
|
# $OpenBSD: Makefile,v 1.3 2002/09/13 22:54:28 naddy Exp $
|
||||||
|
|
||||||
COMMENT= "tool to mirror contents of HTTP and FTP servers"
|
COMMENT= "tool to mirror contents of HTTP and FTP servers"
|
||||||
|
|
||||||
DISTNAME= pavuk-0.9pl28
|
DISTNAME= pavuk-0.9pl28
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
NEED_VERSION= 1.531
|
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MASTER_SITES= http://www.pavuk.org/sw/ \
|
MASTER_SITES= http://www.pavuk.org/sw/ \
|
||||||
@ -29,7 +28,7 @@ CONFIGURE_ARGS+= --disable-debug --disable-tree --disable-nls \
|
|||||||
--disable-gnome --with-regex=posix
|
--disable-gnome --with-regex=posix
|
||||||
|
|
||||||
.if !${FLAVOR:L:Mno_x11}
|
.if !${FLAVOR:L:Mno_x11}
|
||||||
LIB_DEPENDS+= gtk.1.2::x11/gtk+
|
LIB_DEPENDS+= gtk.1.2,gdk.1.2::x11/gtk+
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --disable-gtk
|
CONFIGURE_ARGS+= --disable-gtk
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.17 2002/06/09 05:32:07 wilfried Exp $
|
# $OpenBSD: Makefile,v 1.18 2002/09/13 22:54:28 naddy Exp $
|
||||||
|
|
||||||
COMMENT= "fast XSLT module for perl"
|
COMMENT= "fast XSLT module for perl"
|
||||||
|
|
||||||
@ -6,7 +6,6 @@ VERSION= 1.50
|
|||||||
DISTNAME= XML-LibXSLT-${VERSION}
|
DISTNAME= XML-LibXSLT-${VERSION}
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
NEED_VERSION= 1.531
|
|
||||||
|
|
||||||
HOMEPAGE= http://www.axkit.org/
|
HOMEPAGE= http://www.axkit.org/
|
||||||
|
|
||||||
@ -17,7 +16,7 @@ MAINTAINER= Shell Hung <shell@openbsd.org>
|
|||||||
BUILD_DEPENDS= :p5-XML-LibXML->=0.94:textproc/p5-XML-LibXML
|
BUILD_DEPENDS= :p5-XML-LibXML->=0.94:textproc/p5-XML-LibXML
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
LIB_DEPENDS= xml2.6::textproc/libxml \
|
LIB_DEPENDS= xml2.6::textproc/libxml \
|
||||||
xslt::textproc/libxslt
|
xslt.1,exslt.7::textproc/libxslt
|
||||||
|
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
Loading…
Reference in New Issue
Block a user