summaryrefslogtreecommitdiff
path: root/www/asp2php
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:31:33 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:31:33 +0000
commit93b8f14b85002092175020a9eb55761d91a8a613 (patch)
treefac54b2858ac8bddffee2c7a42b876e0ae09a801 /www/asp2php
parentDeploy USE_GNOMENG infrastructure (diff)
Deploy USE_GNOMENG infrastructure
PR: 42289 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65420
Diffstat (limited to 'www/asp2php')
-rw-r--r--www/asp2php/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile
index 16c61c5d9ed0..5ac89f6844af 100644
--- a/www/asp2php/Makefile
+++ b/www/asp2php/Makefile
@@ -14,14 +14,16 @@ MAINTAINER= erwin@lansing.dk
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}/src
-WANT_GTK= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
MAKE_ENV= FLAGS="${CFLAGS}"
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
-.if defined(HAVE_GTK)
-USE_GTK= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
ALL_TARGET= default gui
PLIST_SUB+= WANT_GTK=""
.else