diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-01-07 21:12:37 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-01-07 21:12:37 +0800 |
commit | 65057a0207d6026558897f9a874c793e5ad71c09 (patch) | |
tree | fbefb3e0cff1818101d873dedb95123b01ed37f5 /net | |
parent | e6bab653c6d1c8db22526ce760d1a368e834549e (diff) | |
download | freebsd-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/Makefile | 5 |
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 |