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-im/licq-qt-gui | |
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-im/licq-qt-gui')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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> |