fix wantlib + bump

This commit is contained in:
wilfried 2005-11-14 15:05:00 +00:00
parent ae64872fd4
commit e0a76c0011

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2005/05/24 21:53:35 marcm Exp $
# $OpenBSD: Makefile,v 1.10 2005/11/14 15:05:00 wilfried Exp $
COMMENT= "user interface components for libgnomeprint"
DISTNAME= libgnomeprintui-2.10.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11/gnome devel
HOMEPAGE= http://www.gnome.org/projects/gnome-print/
@ -12,10 +13,10 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xft Xrender art_lgpl_2 atk-1.0.0.0 \
WANTLIB= X11 art_lgpl_2 atk-1.0.0.0 cairo \
fontconfig freetype gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 \
glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 m \
pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0 \
xml2 z
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.10/}