diff options
author | kris <kris@FreeBSD.org> | 2003-10-16 05:43:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-16 05:43:46 +0800 |
commit | f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7 (patch) | |
tree | 414a86a424e79a92767d9a3c8d2eb9978e3abe8a /lang/pdss | |
parent | 1549faace940b30faddadb7e77a067d964a9d3c5 (diff) | |
download | freebsd-ports-gnome-f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7.tar.gz freebsd-ports-gnome-f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7.tar.zst freebsd-ports-gnome-f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'lang/pdss')
-rw-r--r-- | lang/pdss/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/pdss/Makefile b/lang/pdss/Makefile index c919e9b74628..953796be8c94 100644 --- a/lang/pdss/Makefile +++ b/lang/pdss/Makefile @@ -27,6 +27,12 @@ WRKSRC= ${WRKDIR} MAKE_ENV+= BSD_INSTALL_DIR="${INSTALL_DIR}" SCRIPTS_ENV+= BSD_INSTALL_DIR="${INSTALL_DIR}" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-configure: @${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile .for f in pdsscmp emulator/config.h emacs/pdss-init.el @@ -45,4 +51,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/emacs/${f} ${DATADIR}/emacs .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |