From 87046c31367f94375c240265d611e7cbb5a65902 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Sun, 22 May 2005 14:51:24 +0000 Subject: - Fix the build (wxgtk24 port no longer installs wx-config). - Bump PORTREVISION. --- comms/trustedqsl/Makefile | 2 +- comms/trustedqsl/files/Makefile.tqsllib-apps | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 2992f4c8e364..2ab6d87fcc39 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -7,7 +7,7 @@ PORTNAME= trustedqsl PORTVERSION= 1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= trustedqsl diff --git a/comms/trustedqsl/files/Makefile.tqsllib-apps b/comms/trustedqsl/files/Makefile.tqsllib-apps index b622fd2e6f2a..26548b007b57 100644 --- a/comms/trustedqsl/files/Makefile.tqsllib-apps +++ b/comms/trustedqsl/files/Makefile.tqsllib-apps @@ -4,8 +4,8 @@ OPENSSL=/usr LIBS=-lz -lexpat -lcrypto INCDIR = -I$(TQSLINC) BUILD=unofficial -WXFLAGS=`wx-config --cflags` -WXLIBS=`wx-config --libs` +WXFLAGS=`wxgtk2-2.4-config --cflags` +WXLIBS=`wxgtk2-2.4-config --libs` CXXFLAGS += $(INCDIR) -DHAVE_LIBCRYPTO=1 -DSTDC_HEADERS=1 -DHAVE_MKDIR=1 -DHAVE_STRERROR=1 $(WXFLAGS) LDLIBS = -L$(OPENSSL)/lib -L$(TQSLLIB) -ltqsllib $(LIBS) $(WXLIBS) TQSLLIBFILE=$(TQSLLIB)/libtqsllib.a -- cgit v1.2.3