diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-02 09:22:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-02 09:22:04 +0000 |
commit | a4eed71c197f92c84676a9120dc95a1296c735ce (patch) | |
tree | 88ed5fb2c0fa6de8acc7bf2410b48a9efe93d3e6 /x11/decurs | |
parent | 4d3719dab83c1fc68febc9ede43a028de3a89cc2 (diff) | |
download | ports-a4eed71c197f92c84676a9120dc95a1296c735ce.tar.gz ports-a4eed71c197f92c84676a9120dc95a1296c735ce.zip |
Notes
Diffstat (limited to 'x11/decurs')
-rw-r--r-- | x11/decurs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index 6439dfd9c037..8c172e9e8651 100644 --- a/x11/decurs/Makefile +++ b/x11/decurs/Makefile @@ -19,6 +19,12 @@ USE_X_PREFIX= yes USE_GNOME= gnometarget gtk20 GNU_CONFIGURE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-patch: @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \ ${FILESDIR}/decurs.exec > ${WRKSRC}/decurs.exec @@ -29,4 +35,4 @@ do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/fonts/*.bdf ${DATADIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |