-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wow. Confused forever. RUN_DEPENDS on expect, not BUILD_DEPENDS.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# $OpenBSD: Makefile,v 1.16 2001/05/06 00:12:58 lebel Exp $ | ||
# $OpenBSD: Makefile,v 1.17 2001/10/10 15:08:34 espie Exp $ | ||
|
||
COMMENT= "GNU automated testing framework" | ||
|
||
DISTNAME= dejagnu-1.3 | ||
CATEGORIES= devel | ||
NEED_VERSION= 1.402 | ||
NEED_VERSION= 1.474 | ||
MASTER_SITES= ${MASTER_SITE_GNU} | ||
MASTER_SITE_SUBDIR= dejagnu | ||
|
||
HOMEPAGE= http://www.gnu.org/software/dejagnu/ | ||
|
||
LIB_DEPENDS= tk83.1.3::x11/tk/8.3 | ||
BUILD_DEPENDS= expect::lang/expect | ||
RUN_DEPENDS= ::lang/expect | ||
|
||
MAINTAINER= Niklas Hallqvist <[email protected]> | ||
|
||
|