diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-08-15 15:51:08 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-08-15 15:51:08 +0800 |
commit | e88d5e5d13943eb57a98b5ca7f69aa5e626591fa (patch) | |
tree | 1d2f7e9d1327185c5587c89c679b7ed7f66bfb32 /x11-toolkits/wxgtk28-contrib/Makefile | |
parent | 5b3597e82a5ff46d19b783b833193cc06882881b (diff) | |
download | freebsd-ports-gnome-e88d5e5d13943eb57a98b5ca7f69aa5e626591fa.tar.gz freebsd-ports-gnome-e88d5e5d13943eb57a98b5ca7f69aa5e626591fa.tar.zst freebsd-ports-gnome-e88d5e5d13943eb57a98b5ca7f69aa5e626591fa.zip |
Fix STC build.
Pointed out by: kuriyama
Diffstat (limited to 'x11-toolkits/wxgtk28-contrib/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk28-contrib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile index 4c36af733fab..f0f76366f00c 100644 --- a/x11-toolkits/wxgtk28-contrib/Makefile +++ b/x11-toolkits/wxgtk28-contrib/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 1 + MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries (devel version) |