aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2002-08-12 20:32:01 +0000
committerMax Khon <fjoe@FreeBSD.org>2002-08-12 20:32:01 +0000
commit7f7057d6c15fbe32caef96e58c49a3a648c467f2 (patch)
treeff2a15e9db23cf521fb6dd0b3d5a56f794f20977 /net-im
parent97b1019c828fd08d0fc33cbc517b2da53639a19b (diff)
downloadports-7f7057d6c15fbe32caef96e58c49a3a648c467f2.tar.gz
ports-7f7057d6c15fbe32caef96e58c49a3a648c467f2.zip
remove support for -DWITH_LICQ_DEVEL
Approved by: MAINTAINER
Notes
Notes: svn path=/head/; revision=64442
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq-console/Makefile4
-rw-r--r--net-im/licq-qt-gui/Makefile4
2 files changed, 0 insertions, 8 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile
index 562a44baec45..7449d5cb4448 100644
--- a/net-im/licq-console/Makefile
+++ b/net-im/licq-console/Makefile
@@ -17,9 +17,5 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
INCDIR= ${PORTSDIR}/net
.include <bsd.port.pre.mk>
-.if defined(WITH_LICQ_DEVEL)
-.include "${INCDIR}/licq-devel/Makefile.inc"
-.else
.include "${INCDIR}/licq/Makefile.inc"
-.endif
.include <bsd.port.post.mk>
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile
index 6f3c14b2f645..02ccc76acea5 100644
--- a/net-im/licq-qt-gui/Makefile
+++ b/net-im/licq-qt-gui/Makefile
@@ -23,9 +23,5 @@ post-install:
.endif
.include <bsd.port.pre.mk>
-.if defined(WITH_LICQ_DEVEL)
-.include "${INCDIR}/licq-devel/Makefile.inc"
-.else
.include "${INCDIR}/licq/Makefile.inc"
-.endif
.include <bsd.port.post.mk>