diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-16 13:10:14 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-16 13:10:14 +0800 |
commit | 297e6ebcc79c27783ca76b5ac18e283018d8fc65 (patch) | |
tree | 2bf3710036e6319e9274e21eba8a9ee46a666ee5 /print | |
parent | e74b40066b8f95635fcdc35a6fc5f9e41a5c78b2 (diff) | |
download | freebsd-ports-gnome-297e6ebcc79c27783ca76b5ac18e283018d8fc65.tar.gz freebsd-ports-gnome-297e6ebcc79c27783ca76b5ac18e283018d8fc65.tar.zst freebsd-ports-gnome-297e6ebcc79c27783ca76b5ac18e283018d8fc65.zip |
Add INSTALLS_ICONS, bump the PORTREVISION, found by cports.sh.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index 237a18ae6960..8f1b58d53468 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-cups-manager PORTVERSION= 0.31 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -26,6 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ desktopfileutils USE_GETTEXT= yes +INSTALLS_ICONS= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |