diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-22 14:51:24 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-22 14:51:24 +0000 |
commit | 87046c31367f94375c240265d611e7cbb5a65902 (patch) | |
tree | 41b1a298dd39b95529642e31c1505c39ba52e247 /comms/trustedqsl | |
parent | cda1eabfe9c934267aef783c7e95c2708605d975 (diff) | |
download | ports-87046c31367f94375c240265d611e7cbb5a65902.tar.gz ports-87046c31367f94375c240265d611e7cbb5a65902.zip |
Notes
Diffstat (limited to 'comms/trustedqsl')
-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 |