diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/trustedqsl/Makefile | 2 | ||||
-rw-r--r-- | 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 |