diff options
author | stas <stas@FreeBSD.org> | 2007-12-04 17:58:23 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-12-04 17:58:23 +0000 |
commit | 6429e4370140455cf92fc2f3a2d84a84c659a0cc (patch) | |
tree | 9ac7c332510a462ca594e0efa4865ec24efb0545 /lang/logo/Makefile | |
parent | e1b5dbaea1bb265ad380e739bd56114df50a4f1d (diff) | |
download | FreeBSD-ports-6429e4370140455cf92fc2f3a2d84a84c659a0cc.zip FreeBSD-ports-6429e4370140455cf92fc2f3a2d84a84c659a0cc.tar.gz |
- Unbreak on 7.x and CURREN.
Approved by: portmgr (erwin)
Diffstat (limited to 'lang/logo/Makefile')
-rw-r--r-- | lang/logo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile index db1024c..ec0216e 100644 --- a/lang/logo/Makefile +++ b/lang/logo/Makefile @@ -27,6 +27,7 @@ BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XLIB= yes +USE_AUTOTOOLS= autoconf:261 MAKEFILE= makefile HAS_CONFIGURE= yes @@ -54,10 +55,6 @@ PLIST_SUB+= EMACS_LOGO_MODE="@comment " .include <bsd.port.pre.mk> -.if ${OSVERSION} > 700000 -BROKEN= Does not compile on FreeBSD >= 7.0 -.endif - pre-everything:: .if !defined(EMACS_LOGO_MODE) @${ECHO_MSG} "" |