diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 15:04:31 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 15:04:31 +0800 |
commit | 5286f175a1a5dca4c3dd53ad3e89028e45f0484b (patch) | |
tree | 3f56ab9b84d8186544d87ad6b7114e1e69d8397f /x11-toolkits/wxgtk | |
parent | a31851b49fa65439de0e45bac6d5a449c13e88c9 (diff) | |
download | freebsd-ports-gnome-5286f175a1a5dca4c3dd53ad3e89028e45f0484b.tar.gz freebsd-ports-gnome-5286f175a1a5dca4c3dd53ad3e89028e45f0484b.tar.zst freebsd-ports-gnome-5286f175a1a5dca4c3dd53ad3e89028e45f0484b.zip |
portlint
Diffstat (limited to 'x11-toolkits/wxgtk')
-rw-r--r-- | x11-toolkits/wxgtk/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/wxgtk/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile index f2b1fa88440d..2aed603137c5 100644 --- a/x11-toolkits/wxgtk/Makefile +++ b/x11-toolkits/wxgtk/Makefile @@ -6,12 +6,12 @@ # PORTNAME= wxgtk -PORTVERSION= 2.1.11 +PORTVERSION= 2.1.11 CATEGORIES= x11-toolkits MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ \ http://www.nectar.com/distfiles/ DISTNAME= wxGTK-${PORTVERSION} -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tgz MAINTAINER= nectar@FreeBSD.ORG @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_NEWGCC= yes -WRKSRC= ${WRKDIR}/wxGTK +WRKSRC= ${WRKDIR}/wxGTK CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" diff --git a/x11-toolkits/wxgtk/pkg-descr b/x11-toolkits/wxgtk/pkg-descr index bf3c65b64f13..4b5c2a00c6d4 100644 --- a/x11-toolkits/wxgtk/pkg-descr +++ b/x11-toolkits/wxgtk/pkg-descr @@ -1,3 +1,3 @@ A C++ package for platform independed program development. -WWW:http://wesley.informatik.uni-freiburg.de/~wxxt/ +WWW: http://wesley.informatik.uni-freiburg.de/~wxxt/ |