aboutsummaryrefslogtreecommitdiff
path: root/lang/execline
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-10-25 20:37:17 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-10-25 20:37:17 +0000
commit62f1b705dd43ab6ac5e2f02fa653c973f37c0904 (patch)
treecab9e1117c231aa158136f822318f22f1b3ed8a3 /lang/execline
parent21f7e477c5c966f5b1079e601c8fb14b9cfd2127 (diff)
downloadports-62f1b705dd43ab6ac5e2f02fa653c973f37c0904.tar.gz
ports-62f1b705dd43ab6ac5e2f02fa653c973f37c0904.zip
- Unbreak build by adding forgotten dependency on devel/skalibs
Reported by: bento (kris) - Reword COMMENT to avoid truncation by pkg_info(1) Approved by: krion (implicit)
Notes
Notes: svn path=/head/; revision=92132
Diffstat (limited to 'lang/execline')
-rw-r--r--lang/execline/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/execline/Makefile b/lang/execline/Makefile
index 1030145b0fc0..18ff2e234c61 100644
--- a/lang/execline/Makefile
+++ b/lang/execline/Makefile
@@ -11,7 +11,9 @@ CATEGORIES= lang shells
MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/
MAINTAINER= sergei@kolobov.com
-COMMENT= Lightweight non-interactive scripting language similar to sh(1)
+COMMENT= Lightweight non-interactive sh(1)-like scripting language
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/skalibs/libstddjb.a:${PORTSDIR}/devel/skalibs
WRKSRC= ${WRKDIR}/admin/${DISTNAME}