complete lib dependencies
This commit is contained in:
parent
ca14ceb8bf
commit
964bdf5309
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2001/09/12 05:57:29 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2001/10/24 12:13:44 espie Exp $
|
||||
|
||||
COMMENT= "convert ASP code to PHP code"
|
||||
|
||||
DISTNAME= asp2php-0.75.22
|
||||
CATEGORIES= devel www
|
||||
NEED_VERSION= 1.454
|
||||
NEED_VERSION= 1.474
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
@ -21,7 +21,7 @@ FLAVOR?=
|
||||
|
||||
.if ${FLAVOR} != "no_x11"
|
||||
USE_X11= Yes
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+
|
||||
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
|
||||
ALL_TARGET= all gtkasp2php
|
||||
.endif
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/10/07 20:55:10 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/10/24 12:13:44 espie Exp $
|
||||
|
||||
COMMENT= "free user interface builder for GTK+ and GNOME"
|
||||
V= 0.5.11
|
||||
DISTNAME= glade-${V}
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.473
|
||||
NEED_VERSION= 1.474
|
||||
HOMEPAGE= http://glade.gnome.org
|
||||
MAINTAINER= Nils Nordman <nino@nforced.com>
|
||||
|
||||
@ -15,9 +15,9 @@ PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltconfi
|
||||
${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltmain_sh \
|
||||
patch-*
|
||||
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+
|
||||
RUN_DEPENDS= automake::devel/automake \
|
||||
autoconf::devel/autoconf
|
||||
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
|
||||
RUN_DEPENDS= ::devel/automake \
|
||||
::devel/autoconf
|
||||
|
||||
FLAVORS= gnome
|
||||
FLAVOR?=
|
||||
@ -34,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if ${FLAVOR:L:Mgnome}
|
||||
LIB_DEPENDS+= gnome.36::x11/gnome/libs
|
||||
LIB_DEPENDS+= gnome.36,art_lgpl.4,gnomesupport.0,gnomeui.46::x11/gnome/libs
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-gnome
|
||||
.endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2001/10/07 20:55:10 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2001/10/24 12:13:44 espie Exp $
|
||||
|
||||
COMMENT= "library for loading GLADE interface files at runtime"
|
||||
V= 0.16
|
||||
@ -25,7 +25,7 @@ FLAVOR?=
|
||||
|
||||
LIB_DEPENDS= intl.1::devel/gettext \
|
||||
xml.9::textproc/libxml1 \
|
||||
gtk.1.2::x11/gtk+
|
||||
gtk.1.2,gdk.1.2::x11/gtk+
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
@ -34,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if ${FLAVOR:L:Mgnome}
|
||||
LIB_DEPENDS+= gnome.36::x11/gnome/libs
|
||||
LIB_DEPENDS+= gnome.36,art_lgpl,gnomesupport,gnomeui::x11/gnome/libs
|
||||
CONFIGURE_ARGS+= --with-gnome
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-gnome
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2001/08/07 23:12:18 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2001/10/24 12:13:44 espie Exp $
|
||||
|
||||
COMMENT= "mpeg video player library with sound support"
|
||||
|
||||
@ -20,7 +20,7 @@ MASTER_SITES= ftp://sunsite.auc.dk/pub/os/linux/loki/%SUBDIR%/ \
|
||||
ftp://snuffleupagus.animearchive.org/loki/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= open-source/smpeg
|
||||
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
||||
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
|
||||
SDL.0.3:sdl-*-!no_x11:devel/sdl
|
||||
|
||||
USE_X11= Yes
|
||||
|
Loading…
Reference in New Issue
Block a user