diff options
-rw-r--r-- | audio/fluidsynth/Makefile | 8 | ||||
-rw-r--r-- | devel/dparser/Makefile | 8 | ||||
-rw-r--r-- | ftp/ftp4all/Makefile | 4 |
3 files changed, 2 insertions, 18 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index f739fac..35baaec 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -24,14 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}" MAN1= fluidsynth.1 -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= "Does not compile on !i386 and !amd64" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/dparser/Makefile b/devel/dparser/Makefile index 5e66d61..e7752b8 100644 --- a/devel/dparser/Makefile +++ b/devel/dparser/Makefile @@ -35,12 +35,6 @@ LIBDPARSE= libdparse_gc.a LIBDPARSE= libdparse.a .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= "Does not compile on !i386 and !amd64" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/make_dparser ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/make_dparser.1 ${MANPREFIX}/man/man1 @@ -53,4 +47,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/ftp/ftp4all/Makefile b/ftp/ftp4all/Makefile index 04c6a63..b95682b 100644 --- a/ftp/ftp4all/Makefile +++ b/ftp/ftp4all/Makefile @@ -40,10 +40,6 @@ MSGPATH= ${PREFIX}/etc/ftp4all/msg .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - do-install: -@${MKDIR} /var/log/ftp4all -@${MKDIR} ${PREFIX} |