diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
commit | beae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /x11-toolkits | |
parent | af5d49a7b64ad9cecbed5d3b574882cc6353b8ba (diff) | |
download | ports-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.tar.gz ports-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.zip |
Notes
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} \ |