diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-19 19:46:55 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-19 19:46:55 +0000 |
commit | 94af75f8821407510d2387f0fa82831f35cd5f49 (patch) | |
tree | 5c9ca31954736b8dd3eaf34009a0364b7b5cd6a5 /misc/gnome-icon-theme/Makefile | |
parent | e6e3936ed92b46870b892eaaa31add399db57e5f (diff) | |
download | ports-94af75f8821407510d2387f0fa82831f35cd5f49.tar.gz ports-94af75f8821407510d2387f0fa82831f35cd5f49.zip |
Notes
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 27e4787d0068..3283c33fbcc5 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome-icon-theme PORTVERSION= 2.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -25,7 +25,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_GNOME= gnomehack intlhack gnometarget +USE_GNOME= gnomehack intlhack gnometarget gtk20 +INSTALLS_ICONS= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |