diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-31 02:26:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-31 02:26:16 +0800 |
commit | e79094b906d4c4f116c3355b6ef85b9d2a2ade05 (patch) | |
tree | c80bbb35ebf620489b0d4b253fb568cffacb4482 /net/straw/Makefile | |
parent | f2d60c0177604944bb81e461ccf469081bf9cb5a (diff) | |
download | marcuscom-ports-e79094b906d4c4f116c3355b6ef85b9d2a2ade05.tar marcuscom-ports-e79094b906d4c4f116c3355b6ef85b9d2a2ade05.tar.gz marcuscom-ports-e79094b906d4c4f116c3355b6ef85b9d2a2ade05.tar.bz2 marcuscom-ports-e79094b906d4c4f116c3355b6ef85b9d2a2ade05.tar.lz marcuscom-ports-e79094b906d4c4f116c3355b6ef85b9d2a2ade05.tar.xz marcuscom-ports-e79094b906d4c4f116c3355b6ef85b9d2a2ade05.tar.zst marcuscom-ports-e79094b906d4c4f116c3355b6ef85b9d2a2ade05.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8951 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/straw/Makefile')
-rw-r--r-- | net/straw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/straw/Makefile b/net/straw/Makefile index 12ef29229..29fe7e61c 100644 --- a/net/straw/Makefile +++ b/net/straw/Makefile @@ -6,8 +6,8 @@ # PORTNAME= straw -PORTVERSION= 0.26 -PORTREVISION= 2 +PORTVERSION= 0.27 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION} @@ -20,6 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus USE_GMAKE= yes +USE_BZIP2= yes USE_XLIB= yes USE_GNOME= gnomehier libglade2 pygnome2 pygnomeextras USE_PYTHON= 2.4+ @@ -35,7 +36,6 @@ GCONF_SCHEMAS= straw.schemas post-patch: @${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \ ${WRKSRC}/src/straw - @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/setup.cfg post-install: @${CAT} ${PKGMESSAGE} |