diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-04 08:20:29 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-04 08:20:29 +0800 |
commit | 842453842da96d12962eace8f7502cee7f096feb (patch) | |
tree | 5169e38af25af372bf94cade049d71e9f1e0a569 /x11-toolkits | |
parent | c5f1ed4e8ba36dbea7862e59365ed6e78bd6ef1e (diff) | |
download | freebsd-ports-graphics-842453842da96d12962eace8f7502cee7f096feb.tar.gz freebsd-ports-graphics-842453842da96d12962eace8f7502cee7f096feb.tar.zst freebsd-ports-graphics-842453842da96d12962eace8f7502cee7f096feb.zip |
Allow to override PORTREVISION, MAINTAINER and COMMENT (for slave ports).
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile index c928203b0ab..5e4d0ab5a7c 100644 --- a/x11-toolkits/wxgtk-devel/Makefile +++ b/x11-toolkits/wxgtk-devel/Makefile @@ -7,15 +7,15 @@ PORTNAME= wxgtk PORTVERSION= 2.4.2 -PORTREVISION= 2 +PORTREVISION?= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ MASTER_SITE_SUBDIR= wxwindows DISTNAME= wxGTK-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= The wxWindows GUI toolkit with GTK+ bindings (unstable version) +MAINTAINER?= ports@FreeBSD.org +COMMENT?= The wxWindows GUI toolkit with GTK+ bindings (unstable version) LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ |