Fix WANTLIB marker
This commit is contained in:
parent
fc3bf6e6a8
commit
becd3552e0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2004/12/17 15:03:18 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2004/12/18 15:03:34 alek Exp $
|
||||
|
||||
COMMENT= "screen saver and locker for the X Window System"
|
||||
|
||||
@ -15,11 +15,8 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= GL GLU ICE SM X11 Xcursor Xext Xft Xinerama Xmu Xrandr Xrender \
|
||||
Xss Xt Xxf86misc Xxf86vm atk-1.0.0.0 c 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 jpeg m \
|
||||
pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 pthread util z
|
||||
WANTLIB= GL GLU ICE SM X11 Xext Xinerama Xmu Xrandr Xrender Xss \
|
||||
Xt Xxf86misc Xxf86vm c jpeg m pthread util z
|
||||
|
||||
MASTER_SITES= http://www.jwz.org/xscreensaver/
|
||||
|
||||
@ -62,9 +59,14 @@ BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig
|
||||
LIB_DEPENDS+= gdk_pixbuf_xlib-2.0.0.0::x11/gtk+2 \
|
||||
glade-2.0.0.0::devel/libglade2
|
||||
CONFIGURE_ARGS+= --with-gtk2
|
||||
WANTLIB+= Xcursor Xft atk-1.0.0.0 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 \
|
||||
pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-pixbuf=${LOCALBASE}
|
||||
LIB_DEPENDS+= gdk_pixbuf.2,gdk_pixbuf_xlib.2::graphics/gdk-pixbuf,no_gnome
|
||||
WANTLIB+= tiff png Xi gdk glib gmodule gtk
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user