diff options
-rw-r--r-- | www/roxen/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/roxen/Makefile b/www/roxen/Makefile index f4c314444243..46537d4d4ae7 100644 --- a/www/roxen/Makefile +++ b/www/roxen/Makefile @@ -18,6 +18,8 @@ HAS_CONFIGURE= yes PKGMESSAGE= ${WRKSRC}/MESSAGE STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh.sample +BROKEN= does not configure + post-patch: @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh.in > \ ${WRKDIR}/roxen.sh @@ -41,8 +43,4 @@ post-install: BROKEN= "Does not compile on alpha" .endif -.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000 -IGNORE= hang -.endif - .include <bsd.port.post.mk> |