diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 11:36:59 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 11:36:59 +0800 |
commit | 6949bd191a8bb53a553ecf95f503bd0bfcf8db1f (patch) | |
tree | 5b4c2d52fe96bd558000d899f9675b1396f0848d /math | |
parent | f94fd6231a35c0b40765d0bccc56d5ba0841940c (diff) | |
download | marcuscom-ports-6949bd191a8bb53a553ecf95f503bd0bfcf8db1f.tar marcuscom-ports-6949bd191a8bb53a553ecf95f503bd0bfcf8db1f.tar.gz marcuscom-ports-6949bd191a8bb53a553ecf95f503bd0bfcf8db1f.tar.bz2 marcuscom-ports-6949bd191a8bb53a553ecf95f503bd0bfcf8db1f.tar.lz marcuscom-ports-6949bd191a8bb53a553ecf95f503bd0bfcf8db1f.tar.xz marcuscom-ports-6949bd191a8bb53a553ecf95f503bd0bfcf8db1f.tar.zst marcuscom-ports-6949bd191a8bb53a553ecf95f503bd0bfcf8db1f.zip |
Add INSTALLS_ICONS, bump it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11507 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index dabbc1ac1..b087edd74 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,11 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/math/gnumeric/Makefile,v 1.44 2008/09/09 00:14:54 kwm Exp $ # PORTNAME= gnumeric PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -28,6 +29,7 @@ USE_GNOME= gnomeprefix intlhack gnomehack gnomehier \ USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes +INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-guile --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |