diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-05-28 23:32:36 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-05-28 23:32:36 +0000 |
commit | 7591649a118396704f96049ec5d9b11bf21eea4c (patch) | |
tree | 1afa6b36da3fc9c3e480d600d0ef7d1d55ba653b /accessibility/gok/Makefile | |
parent | 71d40d52739d9bfde0be8cee795924c7eb46ea40 (diff) |
Update to 1.2.5.
Notes
Notes:
svn path=/head/; revision=192245
Diffstat (limited to 'accessibility/gok/Makefile')
-rw-r--r-- | accessibility/gok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index a437bc1791ea..344951e2b316 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gok -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.2.5 PORTEPOCH= 1 CATEGORIES= accessibility sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -25,6 +24,7 @@ INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech USE_GMAKE= yes +INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |