diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-01-07 13:12:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-01-07 13:12:37 +0000 |
commit | 1e554a4dc26b4b9dfab540a02c076557c7ec855d (patch) | |
tree | c28e38bd4bdc5d91fcd014fe9c25bace474a2f46 /net-im/licq-console | |
parent | 5da403f2ab7b077a5e293ce54f834aeaf7597b28 (diff) | |
download | ports-1e554a4dc26b4b9dfab540a02c076557c7ec855d.tar.gz ports-1e554a4dc26b4b9dfab540a02c076557c7ec855d.zip |
Notes
Diffstat (limited to 'net-im/licq-console')
-rw-r--r-- | net-im/licq-console/Makefile | 5 |
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 |