diff options
Diffstat (limited to 'net-im/licq-qt-gui/Makefile')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 272ad66c9293..58781eeb5c26 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -40,5 +40,9 @@ post-install: ${RM} -rf ${PREFIX}/share/licq/qt-gui/locale .include <bsd.port.pre.mk> +.if defined(WITH_LICQ_DEVEL) +.include "${PORTSDIR}/net/licq-devel/Makefile.inc" +.else .include "${PORTSDIR}/net/licq/Makefile.inc" +.endif .include <bsd.port.post.mk> |