diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 22:16:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 22:16:24 +0000 |
commit | 1769b074fe4658d1c41687f33efe5d6bcad18fe2 (patch) | |
tree | 132559f7299485103cf19476566759a9e95ba278 /x11-toolkits/wxgtk26 | |
parent | a916470054cda4885da42f4b94ee7bae27d58cc8 (diff) |
- Fix PORTREVISION here is ?= needed
Submitted by: pav
Notes
Notes:
svn path=/head/; revision=211622
Diffstat (limited to 'x11-toolkits/wxgtk26')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index b6e1a5568fbb..fa2594c8b2a1 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -7,7 +7,7 @@ PORTNAME= wx PORTVERSION= 2.6.3 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/wxwindows PKGNAMESUFFIX= ${WXGTK_FLAVOR} |