diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gai/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtkada/Makefile | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/gai/Makefile b/x11-toolkits/gai/Makefile index 6279df22ad16..5aa5be91f5d2 100644 --- a/x11-toolkits/gai/Makefile +++ b/x11-toolkits/gai/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gai -# Date created: Feb 16, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gai PORTVERSION= 0.5.10 @@ -18,6 +13,7 @@ COMMENT= General Applet Interface Library LIB_DEPENDS= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext USE_BZIP2= yes +USES= pkgconfig USE_GL= gl USE_SDL= sdl USE_GNOME= gnomepanel libgnomeui diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile index 78cc50b0ea3e..98d4bd84f4e1 100644 --- a/x11-toolkits/gtkada/Makefile +++ b/x11-toolkits/gtkada/Makefile @@ -15,9 +15,9 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_BZIP2= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GNOME= gtk20 -USES= ada gmake +USES= ada gmake perl5 pkgconfig DESTINY= ${WRKDIR}/destino MAKE_ENV+= DESTDIR=${DESTINY} \ |