use gtk module

This commit is contained in:
lebel 2001-10-29 02:23:30 +00:00
parent 2cc5265e28
commit 522222d7dc
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2001/10/24 14:07:10 lebel Exp $ # $OpenBSD: Makefile,v 1.6 2001/10/29 02:23:30 lebel Exp $
COMMENT= "window manager theme utility" COMMENT= "window manager theme utility"
DISTNAME= wmtheme-1.3 DISTNAME= wmtheme-1.3
CATEGORIES= x11 CATEGORIES= x11
NEED_VERSION= 1.474 NEED_VERSION= 1.487
HOMEPAGE= http://wmtheme.sourceforge.net/ HOMEPAGE= http://wmtheme.sourceforge.net/
@ -20,7 +20,7 @@ MASTER_SITE_SUBDIR= wmtheme
NO_REGRESS= Yes NO_REGRESS= Yes
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ MODULES+= gtk
USE_GMAKE= Yes USE_GMAKE= Yes
EXTRA_THEMES= gotheme ortheme EXTRA_THEMES= gotheme ortheme

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2001/10/24 14:16:13 lebel Exp $ # $OpenBSD: Makefile,v 1.5 2001/10/29 02:23:30 lebel Exp $
COMMENT= "screen saver and locker for the X Window System" COMMENT= "screen saver and locker for the X Window System"
VERSION= 3.33 VERSION= 3.33
DISTNAME= xscreensaver-${VERSION} DISTNAME= xscreensaver-${VERSION}
CATEGORIES= x11 CATEGORIES= x11
NEED_VERSION= 1.474 NEED_VERSION= 1.487
HOMEPAGE= http://www.jwz.org/xscreensaver/ HOMEPAGE= http://www.jwz.org/xscreensaver/
@ -38,7 +38,7 @@ FLAVOR?= gtk
.if ${FLAVOR:L} == "gtk" .if ${FLAVOR:L} == "gtk"
CONFIGURE_ARGS+= --with-gtk --without-motif CONFIGURE_ARGS+= --with-gtk --without-motif
LIB_DEPENDS+= gtk.1.2,gdk::x11/gtk+ MODULES+= gtk
.elif ${FLAVOR:L} == "motif" .elif ${FLAVOR:L} == "motif"
CONFIGURE_ENV+= MOTIFHOME=${X11BASE} CONFIGURE_ENV+= MOTIFHOME=${X11BASE}
CONFIGURE_ARGS+= --with-motif --without-gtk CONFIGURE_ARGS+= --with-motif --without-gtk