From e77a4dba28b60dc9d798dd859d4a6827271991ec Mon Sep 17 00:00:00 2001 From: shell Date: Mon, 29 Oct 2001 09:24:09 +0000 Subject: [PATCH] Use gtk module --- devel/asp2php/Makefile | 6 +++--- security/gpa/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/asp2php/Makefile b/devel/asp2php/Makefile index df845320de3..70352b43a25 100644 --- a/devel/asp2php/Makefile +++ b/devel/asp2php/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2001/10/24 12:13:44 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2001/10/29 09:24:09 shell Exp $ COMMENT= "convert ASP code to PHP code" DISTNAME= asp2php-0.75.22 CATEGORIES= devel www -NEED_VERSION= 1.474 +NEED_VERSION= 1.487 MAINTAINER= Shell Hung @@ -21,7 +21,7 @@ FLAVOR?= .if ${FLAVOR} != "no_x11" USE_X11= Yes -LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ +MODULES+= gtk ALL_TARGET= all gtkasp2php .endif diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 79cc3e6f942..ec69462ec14 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2001/10/24 12:33:49 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2001/10/29 09:24:09 shell Exp $ COMMENT= "graphical interface for GnuPG" DISTNAME= gpa-0.4.2 CATEGORIES= security x11 -NEED_VERSION= 1.474 +NEED_VERSION= 1.487 HOMEPAGE= http://www.gnupg.org/gpa.html @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/ BUILD_DEPENDS= gpg::security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ +MODULES+= gtk USE_X11= Yes CONFIGURE_STYLE= gnu