diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-14 06:06:07 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-14 06:06:07 +0800 |
commit | 487c565652f2cf0f1f8c0ac658320233defda6ba (patch) | |
tree | 216158876f5030bd41567cfcdf20347185db7897 /misc/gnome-icon-theme/Makefile | |
parent | 50188049aae2cf7e1ac0e5fd36685c149c8ab45e (diff) | |
download | marcuscom-ports-487c565652f2cf0f1f8c0ac658320233defda6ba.tar marcuscom-ports-487c565652f2cf0f1f8c0ac658320233defda6ba.tar.gz marcuscom-ports-487c565652f2cf0f1f8c0ac658320233defda6ba.tar.bz2 marcuscom-ports-487c565652f2cf0f1f8c0ac658320233defda6ba.tar.lz marcuscom-ports-487c565652f2cf0f1f8c0ac658320233defda6ba.tar.xz marcuscom-ports-487c565652f2cf0f1f8c0ac658320233defda6ba.tar.zst marcuscom-ports-487c565652f2cf0f1f8c0ac658320233defda6ba.zip |
Update to 1.1.5, and add a missing dependency on hicolor-icon-theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1649 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index e95527c14..6d2f88c45 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome-icon-theme -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -15,12 +15,20 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A collection of icons for the GNOME 2 desktop +BUILD_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_REINPLACE= yes USE_GNOME= gnomehack intlhack gnometarget CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> |