summaryrefslogtreecommitdiff
path: root/net-im/licq-qt-gui
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-02-04 20:07:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-02-04 20:07:03 +0000
commit3dbc0b36af9c564cc333f8cc640256e2a73ae1fd (patch)
treebdd59e66fa94dc96d0204d47c86ef9dae46e96b1 /net-im/licq-qt-gui
parentAdd dependency to ffcall (was previous supplied with gnustep-objc) (diff)
- convert INCDIR -> LICQ_PORT
so one knob controls it all
Notes
Notes: svn path=/head/; revision=74689
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r--net-im/licq-qt-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile
index fd2bfb3986b7..194522a3b013 100644
--- a/net-im/licq-qt-gui/Makefile
+++ b/net-im/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>