diff options
author | mef <mef@pkgsrc.org> | 2015-11-22 09:52:55 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-11-22 09:52:55 +0000 |
commit | 912694462d44ed25640b9b0835e20b8d760f179a (patch) | |
tree | 0a3d590c55e39ed66038149077bff2f2c1b8b5f4 /ham/trustedQSL/Makefile | |
parent | 6137810f164b3968fab010c2c138e153aa8a112e (diff) | |
download | pkgsrc-912694462d44ed25640b9b0835e20b8d760f179a.tar.gz |
Adapting to wxGTK28/wxGTK30 both versions compliant.
Diffstat (limited to 'ham/trustedQSL/Makefile')
-rw-r--r-- | ham/trustedQSL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/trustedQSL/Makefile b/ham/trustedQSL/Makefile index b794262f339..3a02b1cb230 100644 --- a/ham/trustedQSL/Makefile +++ b/ham/trustedQSL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/10/11 02:59:07 mef Exp $ +# $NetBSD: Makefile,v 1.18 2015/11/22 09:52:55 mef Exp $ DISTNAME= tqsl-2.1.2 CATEGORIES= ham @@ -43,7 +43,7 @@ post-install: .include "../../textproc/expat/buildlink3.mk" .include "../../databases/db5/buildlink3.mk" -.include "../../x11/wxGTK28/buildlink3.mk" +.include "../../mk/wxGTK.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |