diff options
author | fjoe <fjoe@FreeBSD.org> | 2002-08-13 04:32:01 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2002-08-13 04:32:01 +0800 |
commit | 0c88f5a9563e41e89f2d54c6e4766777ca4c2ce6 (patch) | |
tree | 6883a411d01739fadd654c1a9f1eb1048eec5be8 /net/licq-console | |
parent | 8fc84dfae78b91168c1d5d522bcb0f965b431cf7 (diff) | |
download | freebsd-ports-gnome-0c88f5a9563e41e89f2d54c6e4766777ca4c2ce6.tar.gz freebsd-ports-gnome-0c88f5a9563e41e89f2d54c6e4766777ca4c2ce6.tar.zst freebsd-ports-gnome-0c88f5a9563e41e89f2d54c6e4766777ca4c2ce6.zip |
remove support for -DWITH_LICQ_DEVEL
Approved by: MAINTAINER
Diffstat (limited to 'net/licq-console')
-rw-r--r-- | net/licq-console/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile index 562a44baec45..7449d5cb4448 100644 --- a/net/licq-console/Makefile +++ b/net/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> |