diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 18:26:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 18:26:07 +0000 |
commit | f2467d3609c4a9e109e08af10d4492ef2b497704 (patch) | |
tree | ea753256801823dd753da3107a0c70a1819e5d5e /x11-wm/ude/Makefile | |
parent | - Update to version 1.27 (diff) |
- Update to version 0.2.9a
PR: ports/63598
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=102666
Diffstat (limited to 'x11-wm/ude/Makefile')
-rw-r--r-- | x11-wm/ude/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/ude/Makefile b/x11-wm/ude/Makefile index 1d4e11cfef61..bd945030c541 100644 --- a/x11-wm/ude/Makefile +++ b/x11-wm/ude/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ude -PORTVERSION= 0.2.9 -PORTREVISION= 1 +PORTVERSION= 0.2.9a CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= udeproject @@ -17,9 +16,9 @@ COMMENT= Small, fast, compact windowmanager LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -USE_GETTEXT= yes USE_X_PREFIX= yes USE_XPM= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |