diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
commit | 2f3fa0d623bdcd62d54ce15cb63579c09a9a112d (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /x11-toolkits/gtkglarea2 | |
parent | fd2be90f232fbeb12a1b52708651be2b185a4b47 (diff) | |
download | ports-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.tar.gz ports-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkglarea2')
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index ea4645317ab2..1b57b6e4342c 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gtkglarea2 -# Date created: 13 August 2002 -# Whom: Marc Recht <marc@informatik.uni-bremen.de> -# +# Created by: Marc Recht <marc@informatik.uni-bremen.de> # $FreeBSD$ # $MCom: ports/x11-toolkits/gtkglarea2/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $ @@ -20,6 +17,7 @@ LATEST_LINK= gtkglarea2 USE_GNOME= gnomehack gtk20 USE_BZIP2= yes USE_GL= yes +USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-lib-GL |