complete lib dependencies

This commit is contained in:
espie 2001-10-24 12:13:44 +00:00
parent ca14ceb8bf
commit 964bdf5309
4 changed files with 14 additions and 14 deletions

View File

@ -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" COMMENT= "convert ASP code to PHP code"
DISTNAME= asp2php-0.75.22 DISTNAME= asp2php-0.75.22
CATEGORIES= devel www CATEGORIES= devel www
NEED_VERSION= 1.454 NEED_VERSION= 1.474
MAINTAINER= Shell Hung <shell@openbsd.org> MAINTAINER= Shell Hung <shell@openbsd.org>
@ -21,7 +21,7 @@ FLAVOR?=
.if ${FLAVOR} != "no_x11" .if ${FLAVOR} != "no_x11"
USE_X11= Yes USE_X11= Yes
LIB_DEPENDS= gtk.1.2::x11/gtk+ LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
ALL_TARGET= all gtkasp2php ALL_TARGET= all gtkasp2php
.endif .endif

View File

@ -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" COMMENT= "free user interface builder for GTK+ and GNOME"
V= 0.5.11 V= 0.5.11
DISTNAME= glade-${V} DISTNAME= glade-${V}
CATEGORIES= devel CATEGORIES= devel
NEED_VERSION= 1.473 NEED_VERSION= 1.474
HOMEPAGE= http://glade.gnome.org HOMEPAGE= http://glade.gnome.org
MAINTAINER= Nils Nordman <nino@nforced.com> 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 \ ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltmain_sh \
patch-* patch-*
LIB_DEPENDS= gtk.1.2::x11/gtk+ LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
RUN_DEPENDS= automake::devel/automake \ RUN_DEPENDS= ::devel/automake \
autoconf::devel/autoconf ::devel/autoconf
FLAVORS= gnome FLAVORS= gnome
FLAVOR?= FLAVOR?=
@ -34,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
.if ${FLAVOR:L:Mgnome} .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 .else
CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+= --disable-gnome
.endif .endif

View File

@ -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" COMMENT= "library for loading GLADE interface files at runtime"
V= 0.16 V= 0.16
@ -25,7 +25,7 @@ FLAVOR?=
LIB_DEPENDS= intl.1::devel/gettext \ LIB_DEPENDS= intl.1::devel/gettext \
xml.9::textproc/libxml1 \ xml.9::textproc/libxml1 \
gtk.1.2::x11/gtk+ gtk.1.2,gdk.1.2::x11/gtk+
USE_X11= Yes USE_X11= Yes
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
@ -34,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
.if ${FLAVOR:L:Mgnome} .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 CONFIGURE_ARGS+= --with-gnome
.else .else
CONFIGURE_ARGS+= --without-gnome CONFIGURE_ARGS+= --without-gnome

View File

@ -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" 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%/ ftp://snuffleupagus.animearchive.org/loki/%SUBDIR%/
MASTER_SITE_SUBDIR= open-source/smpeg 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 SDL.0.3:sdl-*-!no_x11:devel/sdl
USE_X11= Yes USE_X11= Yes