diff options
author | danfe <danfe@FreeBSD.org> | 2017-11-09 22:48:35 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-11-09 22:48:35 +0800 |
commit | fb22a4b37fe021f38c1e6e696be390bad3f7e2b7 (patch) | |
tree | d26bfddbbe47b1a2077e5851df970f1a402d158b /devel | |
parent | 4f43c5f7296f858501335fd4cde49a0196a22aa7 (diff) | |
download | freebsd-ports-gnome-fb22a4b37fe021f38c1e6e696be390bad3f7e2b7.tar.gz freebsd-ports-gnome-fb22a4b37fe021f38c1e6e696be390bad3f7e2b7.tar.zst freebsd-ports-gnome-fb22a4b37fe021f38c1e6e696be390bad3f7e2b7.zip |
Remove two BROKEN_powerpc statements that do not reflect current reality.
Tested on: Mac mini G4
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Simple/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-SVN-Web/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/devel/p5-SVN-Simple/Makefile b/devel/p5-SVN-Simple/Makefile index 1dc0356978f4..f74bb1fd7be2 100644 --- a/devel/p5-SVN-Simple/Makefile +++ b/devel/p5-SVN-Simple/Makefile @@ -20,6 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -BROKEN_powerpc= Does not configure - .include <bsd.port.mk> diff --git a/devel/p5-SVN-Web/Makefile b/devel/p5-SVN-Web/Makefile index bff043d754eb..0053b5a632d7 100644 --- a/devel/p5-SVN-Web/Makefile +++ b/devel/p5-SVN-Web/Makefile @@ -40,8 +40,6 @@ SHEBANG_FILES= bin/svnweb-install USE_PERL5= configure CONFIGURE_ARGS= --skip_questions -BROKEN_powerpc= Does not configure on powerpc - post-install: @${MKDIR} -p ${STAGEDIR}${WWWDIR} ${CP} -R ${WRKSRC}/SVN-Web.psgi ${WRKSRC}/template ${WRKSRC}/css ${STAGEDIR}${WWWDIR} |