diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-04 23:10:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-04 23:10:19 +0000 |
commit | 8c221439ce67c3c4e483d5aa2fc8c1d513010e40 (patch) | |
tree | 10cf9ad2a9a205363daa539d159aa7156e1dc520 /devel | |
parent | 9d5aac81f3d86ef0f60efb9b1b16ad0482cb5f12 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstroke/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index fd82295b4a87..03d52e01e999 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -10,12 +10,12 @@ MASTER_SITES= http://etla.net/libstroke/ MAINTAINER= ports@FreeBSD.org COMMENT= A stroke translation library +USES= gmake +USE_CSTD= gnu89 USE_XORG= x11 -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 |