aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq-osd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /net-im/licq-osd
parent0dea0192303406b3b949a31479a4264b58bafce6 (diff)
downloadports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz
ports-1e3119b07ebe66367ead55242a47710e556bf383.zip
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes: svn path=/head/; revision=327804
Diffstat (limited to 'net-im/licq-osd')
-rw-r--r--net-im/licq-osd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile
index 29889cd45ad7..f971996cb81a 100644
--- a/net-im/licq-osd/Makefile
+++ b/net-im/licq-osd/Makefile
@@ -16,6 +16,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${PORTSDIR}/${LICQ_PORT}-qt-g
# plugin (gtk+) and wish run osd with it. i've not tested with
# plugins other than qt-gui
+NO_STAGE= yes
+
USES= cmake
LOCALES= be de cs es fr pt pt_BR ro ru sv sk
@@ -24,7 +26,6 @@ PLIST_FILES= lib/licq/licq_osd.so \
LICQ_PORT?= net-im/licq
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"