diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-28 15:20:03 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-28 15:20:03 +0000 |
commit | a777da8b4ba17f06cc6321f899f0cb483aa2d15d (patch) | |
tree | 9642ae34511f68b8748faecb46e03697cbeac63e /games/kdegames3 | |
parent | dup. with print/p5-Text-PDF, so remove it (diff) |
IPPORT_USERRESERVED exists in neither -STABLE nor -CURRENT anymore
Submitted by: Tony Maher <tonym@biolateral.com.au>
Reviewed by: Lauri Watts <lauri@kde.org>
Approved by: will
Notes
Notes:
svn path=/head/; revision=58256
Diffstat (limited to 'games/kdegames3')
-rw-r--r-- | games/kdegames3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index d4aad7f703eb..c830afdec8d0 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -29,4 +29,8 @@ CONFIGURE_ARGS+=--disable-debug .endif USE_GMAKE= yes +post-patch: + @${PERL} -pi -e 's@(defined\(__sgi\))$@\1 || defined(__FreeBSD__)@' \ + ${WRKSRC}/ksirtet/lib/wizard.cpp + .include <bsd.port.mk> |