diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-30 14:47:25 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-30 14:47:25 +0000 |
commit | 12621d1545721d9f3360b9c2b2daaf72460dcbd6 (patch) | |
tree | ef52a816c216c3dd4a8e9390e06212fd8f57f9d3 /x11-toolkits/wxgtk26-contrib | |
parent | 1155d39c08b9fbecabfef1207e293b5c9263591b (diff) | |
download | ports-12621d1545721d9f3360b9c2b2daaf72460dcbd6.tar.gz ports-12621d1545721d9f3360b9c2b2daaf72460dcbd6.zip |
- Use | as a separator instead of comma (,)
- Bump PORTREVISION for affected ports (wxgtk26*-contrib).
Requested by: lioux
Notes
Notes:
svn path=/head/; revision=136436
Diffstat (limited to 'x11-toolkits/wxgtk26-contrib')
-rw-r--r-- | x11-toolkits/wxgtk26-contrib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26-contrib/Makefile b/x11-toolkits/wxgtk26-contrib/Makefile index 1eba77011e9f..2b32010ca382 100644 --- a/x11-toolkits/wxgtk26-contrib/Makefile +++ b/x11-toolkits/wxgtk26-contrib/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 2 + MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries |