diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-27 03:04:05 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-27 03:04:05 +0000 |
commit | cf6be981bf8ca919c853bd3001be8a99037977e3 (patch) | |
tree | 6bdcb0ce165ec052524f2f10f68540ade857724f /games/gretools/Makefile | |
parent | 4984b43ef1d776d7832069522782bc1834e78046 (diff) | |
download | ports-cf6be981bf8ca919c853bd3001be8a99037977e3.tar.gz ports-cf6be981bf8ca919c853bd3001be8a99037977e3.zip |
Notes
Diffstat (limited to 'games/gretools/Makefile')
-rw-r--r-- | games/gretools/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/gretools/Makefile b/games/gretools/Makefile index 737dff869590..62c1f2dbe1dc 100644 --- a/games/gretools/Makefile +++ b/games/gretools/Makefile @@ -15,18 +15,20 @@ MASTER_SITE_SUBDIR= ${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME vocabulary builder -BROKEN= Incomplete pkg-plist - USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget pygnome2 USE_PYTHON= yes -INSTALLS_OMF= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +INSTALLS_OMF= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g ; \ s|@prefix@/share/|@datadir@/|g' ${WRKSRC}/gretools.in + @${REINPLACE_CMD} -e 's|gtk\.TRUE|True|g ; \ + s|gtk\.FALSE|False|g ; \ + s|"/share/"|"/share/gnome/"|g ; \ + s|gtk\.idle_add|gobject\.idle_add|g' ${WRKSRC}/gretools.py .include <bsd.port.mk> |