summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-01-07 13:12:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-01-07 13:12:37 +0000
commit1e554a4dc26b4b9dfab540a02c076557c7ec855d (patch)
treec28e38bd4bdc5d91fcd014fe9c25bace474a2f46 /net-im
parentFix plist. (diff)
- fix runtime problem
Submitted by: Volker Stolz Approved by: portmgr (krion)
Notes
Notes: svn path=/head/; revision=125746
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq-console/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile
index 503f95d29a51..139fca6ca3ae 100644
--- a/net-im/licq-console/Makefile
+++ b/net-im/licq-console/Makefile
@@ -7,6 +7,7 @@
PORTNAME= console
PORTVERSION= ${CONSOLE_LICQ_VER}
+PORTREVISION= 1
CATEGORIES= net
LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk
@@ -24,10 +25,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-USE_GCC= 3.3
-.endif
-
.if ${ARCH} == "alpha"
BROKEN= gp-relative relocation against dynamic symbol
.endif