aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-13 23:46:25 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-13 23:46:25 +0000
commit029a2d7f9e107188cdf9578bc4bb72ff67b4c5e7 (patch)
tree0131f9720522a1d70ff40483da39d7beea4b63ce /x11-toolkits
parente248dd7b806cfc856fb0a405608a65f86ebf263f (diff)
downloadports-029a2d7f9e107188cdf9578bc4bb72ff67b4c5e7.tar.gz
ports-029a2d7f9e107188cdf9578bc4bb72ff67b4c5e7.zip
Tie libgnat_util.a to libasis
Rather than specify gnat_util every time ASIS is a dependency, set it as a library dependency for ASIS. LIB_DEPENDS doesn't work because it is a static library, so just manually add libgnat_util.a to BUILD_DEPENDS and RUN_DEPENDS, then adjust 3 ports accordingly.
Notes
Notes: svn path=/head/; revision=348143
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qtada/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/qtada/Makefile b/x11-toolkits/qtada/Makefile
index aa2273f1b7b3..ede264adb1d3 100644
--- a/x11-toolkits/qtada/Makefile
+++ b/x11-toolkits/qtada/Makefile
@@ -14,7 +14,6 @@ COMMENT= Ada2005 language bindings to Qt4 framework
LICENSE= GPLv2
BUILD_DEPENDS= gprbuild>=20120510:${PORTSDIR}/devel/gprbuild \
- gnat_util>=2013:${PORTSDIR}/lang/gnat_util \
asis>=2011:${PORTSDIR}/lang/asis
USES= ada gmake pkgconfig
@@ -28,7 +27,7 @@ post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share
${MV} ${STAGEDIR}${PREFIX}/examples ${STAGEDIR}${PREFIX}/share/
@cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \
- ${SORT} > ${TMPPLIST}
+ ${SORT} >> ${TMPPLIST}
@cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | \
${SORT} -r | ${SED} -e '/lib\/gnat$$/d' -e '/share\/doc$$/d' \
-e '/share\/gps$$/d' -e '/share\/gps\/plug-ins$$/d' \