diff options
Diffstat (limited to 'x11/9term/Makefile')
-rw-r--r-- | x11/9term/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 3596ea67418..da6477da5d3 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/02 18:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/01 09:35:40 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -11,6 +11,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html COMMENT= X11 program which emulates a plan9 window +DEPENDS+= sam-4.3nb1:../../editors/sam + USE_X11= yes NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems @@ -19,12 +21,4 @@ MANCOMPRESSED= yes NO_WRKSUBDIR= yes MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${PKGSRCDIR} -pre-configure: - if [ ! -e ${BUILD_ROOT}/editors/sam/${WRKDIR:T}/libframe/libframe.a ]; then \ - cd ../../editors/sam && ${MAKE} all; \ - fi - -pre-clean: - cd ../../editors/sam && ${MAKE} clean - .include "../../mk/bsd.pkg.mk" |