aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-01-07 21:12:37 +0800
committerdinoex <dinoex@FreeBSD.org>2005-01-07 21:12:37 +0800
commit65057a0207d6026558897f9a874c793e5ad71c09 (patch)
treefbefb3e0cff1818101d873dedb95123b01ed37f5 /net
parente6bab653c6d1c8db22526ce760d1a368e834549e (diff)
downloadfreebsd-ports-gnome-65057a0207d6026558897f9a874c793e5ad71c09.tar.gz
freebsd-ports-gnome-65057a0207d6026558897f9a874c793e5ad71c09.tar.zst
freebsd-ports-gnome-65057a0207d6026558897f9a874c793e5ad71c09.zip
- fix runtime problem
Submitted by: Volker Stolz Approved by: portmgr (krion)
Diffstat (limited to 'net')
-rw-r--r--net/licq-console/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile
index 503f95d29a51..139fca6ca3ae 100644
--- a/net/licq-console/Makefile
+++ b/net/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