fix WANTLIB after gtk+2 downgrade
move some indirect LIB_DEPENDS to WANTLIB
This commit is contained in:
parent
cae0ec9c5e
commit
6cb22cad14
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2005/11/13 14:12:17 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2006/01/18 04:44:18 steven Exp $
|
||||
|
||||
COMMENT= "game where you deal drugs on the streets of NY"
|
||||
|
||||
DISTNAME= dopewars-1.5.7
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dopewars/}
|
||||
|
||||
@ -39,11 +39,10 @@ FLAVOR?=
|
||||
.if ${FLAVOR:L:Mno_x11}
|
||||
CONFIGURE_ARGS+= --disable-gui-client
|
||||
.else
|
||||
LIB_DEPENDS+= gmodule-2.0.0.0,gobject-2.0.0.0::devel/glib2 \
|
||||
atk-1.0.0.0::devel/atk \
|
||||
pango-1.0.0.0,pangoft2-1.0.0.0,pangocairo-1.0.0.0::devel/pango \
|
||||
gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
|
||||
WANTLIB+= X11 cairo fontconfig freetype m
|
||||
LIB_DEPENDS+= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
|
||||
WANTLIB+= X11 Xext Xft Xrender fontconfig freetype m \
|
||||
gmodule-2.0.0.0 gobject-2.0.0.0 atk-1.0.0.0 pango-1.0.0.0 \
|
||||
pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user