aboutsummaryrefslogtreecommitdiffstats
path: root/net/licq-qt-gui
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-02-05 04:07:03 +0800
committerdinoex <dinoex@FreeBSD.org>2003-02-05 04:07:03 +0800
commitb6383e1b3a6bc433b683f2647832a9d16f652918 (patch)
treed7e98ccdd1d33f4560bab1e03c8913a5e3091a57 /net/licq-qt-gui
parentf6c1dc2d3daf7acd5e09e732c34ed707962707eb (diff)
downloadfreebsd-ports-gnome-b6383e1b3a6bc433b683f2647832a9d16f652918.tar.gz
freebsd-ports-gnome-b6383e1b3a6bc433b683f2647832a9d16f652918.tar.zst
freebsd-ports-gnome-b6383e1b3a6bc433b683f2647832a9d16f652918.zip
- convert INCDIR -> LICQ_PORT
so one knob controls it all
Diffstat (limited to 'net/licq-qt-gui')
-rw-r--r--net/licq-qt-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/licq-qt-gui/Makefile b/net/licq-qt-gui/Makefile
index fd2bfb3986b7..194522a3b013 100644
--- a/net/licq-qt-gui/Makefile
+++ b/net/licq-qt-gui/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}"
-INCDIR= ${PORTSDIR}/net
+LICQ_PORT?= ${PORTSDIR}/net/licq
.if defined(WITH_KDE)
USE_KDELIBS_VER=3
@@ -46,5 +46,5 @@ post-install:
.endif
.include <bsd.port.pre.mk>
-.include "${INCDIR}/licq/Makefile.inc"
+.include "${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>