diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-12-06 23:28:08 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-12-06 23:28:08 +0000 |
commit | 3997caefb7543889fd33ba05912e898f28b37dcf (patch) | |
tree | 7a4548c3690df00316b374026ba40b8f6ec7f8ae /devel/libstroke | |
parent | 963b17eb7795ec1ad3327a1943bd1d2949989270 (diff) |
Notes
Diffstat (limited to 'devel/libstroke')
-rw-r--r-- | devel/libstroke/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index 5be06ae99f54..fd82295b4a87 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: LibStroke -# Date created: 31 December 2001 -# Whom: Jerry A! <jerry@thehutt.org> -# +# Created by: Jerry A! <jerry@thehutt.org> # $FreeBSD$ -# PORTNAME= libstroke PORTVERSION= 0.5.1 @@ -19,6 +15,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool WANT_GNOME= yes USE_LDCONFIG= yes +USE_GCC= any OPTIONS_DEFINE= GTK1 GTK1_DESC= Build with legacy Gtk+/GNOME stroke support |