diff options
author | veego <veego> | 2005-08-14 18:10:08 +0000 |
---|---|---|
committer | veego <veego> | 2005-08-14 18:10:08 +0000 |
commit | 9b7c2306af62d52407a0ff76b9756ebe73a2ff2f (patch) | |
tree | 5717a758f415278d1628be1454e735aa3a10e001 /x11/wxGTK24/Makefile | |
parent | ee13ce966c632530826c19e32ea31eff056f9f42 (diff) | |
download | pkgsrc-9b7c2306af62d52407a0ff76b9756ebe73a2ff2f.tar.gz |
- Patch from Thomas Klausner to not install the local files, which would
conflict with the wxGTK package
- The package removes the old wx-config prior before creating the link to
the real wx24-config, unfortunally it tried to remove wx-config instead
of wx24-config. wx-config is now used by the new wxGTK (v2.6) package.
Bump the PKGREVISION.
Diffstat (limited to 'x11/wxGTK24/Makefile')
-rw-r--r-- | x11/wxGTK24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK24/Makefile b/x11/wxGTK24/Makefile index 20d1b23947b..254d3af36d6 100644 --- a/x11/wxGTK24/Makefile +++ b/x11/wxGTK24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/08/07 11:27:28 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/08/14 18:10:08 veego Exp $ # .include "Makefile.common" -PKGREVISION= 6 +PKGREVISION= 7 COMMENT= GTK-based implementation of the wxWidgets GUI library CONFLICTS+= wxGTK<=2.4.2nb5 |