diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-02-08 10:10:39 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-02-08 10:10:39 +0000 |
commit | cafdf2676d8c001dadaf2c3e0d4457b278cfeaec (patch) | |
tree | 5df8e1382cc24009683eebcf4b5433ba5e887b7b /net/licq | |
parent | 4cbed426c6e1a40b899f9a17511ee0f21fa15bd4 (diff) |
Add an ability to build licq plugins using licq-devel port:
- licq-console, licq-qt-gui:
conditionally include licq-devel/Makefile.inc instead of
licq/Makefile.inc if -DWITH_LICQ_DEVEL is specified
- dynamically generated plists (currently used in licq-qt-gui port only)
Notes
Notes:
svn path=/head/; revision=54368
Diffstat (limited to 'net/licq')
-rw-r--r-- | net/licq/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/licq/Makefile.inc b/net/licq/Makefile.inc index 5efe120b1617..5d1ad736d3ec 100644 --- a/net/licq/Makefile.inc +++ b/net/licq/Makefile.inc @@ -27,3 +27,4 @@ USE_GMAKE= yes USE_NEWGCC= yes USE_BZIP2= yes WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}-${PORTVERSION} +PLIST_SUB+= LICQ_DEVEL="@comment " |