diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-20 14:25:09 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-20 14:25:09 +0000 |
commit | 735245ee9ffc78cb082cf4a674258d89d6436dc3 (patch) | |
tree | 9ed0be9426b47e9ab478e348fcf27776ae535ae7 /x11-wm/ede/Makefile | |
parent | 5d22b8860e450319b320c5ef9170b27b50283d2e (diff) |
- Update to 1.0.3
Notes
Notes:
svn path=/head/; revision=139704
Diffstat (limited to 'x11-wm/ede/Makefile')
-rw-r--r-- | x11-wm/ede/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile index b3b00eec8cfb..abb9a0e28111 100644 --- a/x11-wm/ede/Makefile +++ b/x11-wm/ede/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ede -PORTVERSION= 1.0.1.1 +PORTVERSION= 1.0.3 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ede @@ -16,14 +16,21 @@ COMMENT= Equinox Desktop Environment LIB_DEPENDS= efltk.2:${PORTSDIR}/x11-toolkits/efltk +WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 213 -USE_AUTOMAKE_VER= 14 GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS}" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on 4.x (sound system)" +.endif + pre-configure: @cd ${WRKSRC}; ${ACLOCAL} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |