fix WANTLIB after gtk+2 downgrade
This commit is contained in:
parent
fb5173869b
commit
1812ebd4be
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2005/11/13 16:54:39 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2006/01/18 21:07:59 steven Exp $
|
||||
|
||||
COMMENT= "spreadsheet application for GNOME"
|
||||
|
||||
VERSION= 1.4.3
|
||||
DISTNAME= gnumeric-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
|
||||
CATEGORIES= math x11/gnome
|
||||
|
||||
@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 \
|
||||
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xext Xft \
|
||||
Xrender art_lgpl_2 atk-1.0.0.0 audiofile \
|
||||
bonobo-2 bonobo-activation bonoboui-2 bz2 c crypto \
|
||||
esd fontconfig freetype gconf-2 gdk-x11-2.0.0.0 \
|
||||
@ -25,8 +25,8 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 \
|
||||
gmodule-2.0.0.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
||||
gnomeprint-2-2 gnomevfs-2 gobject-2.0.0.0 \
|
||||
gthread-2.0.0.0 gtk-x11-2.0.0.0 jpeg m pango-1.0.0.0 \
|
||||
pangoft2-1.0.0.0 pangocairo-1.0.1000.0 \
|
||||
popt pthread ssl xml2 z cairo glitz Xext png
|
||||
pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
|
||||
popt pthread ssl xml2 z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.4/}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user