diff options
author | joerg <joerg> | 2007-01-30 23:10:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-30 23:10:52 +0000 |
commit | 156ba62ab780cd20a89181a582b17db5ad562f42 (patch) | |
tree | 15562ad1868e9a43d18d4d9df8f210d425a90e96 /editors/sam | |
parent | e6e4f1861f9dcdf1eb4e1ff67215c08a95a1672b (diff) | |
download | pkgsrc-156ba62ab780cd20a89181a582b17db5ad562f42.tar.gz |
No need for x11.b3.mk here, Xt is enough.
Diffstat (limited to 'editors/sam')
-rw-r--r-- | editors/sam/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 346b3b61a86..d559f5ee8c1 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/12/27 13:37:36 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2007/01/30 23:10:52 joerg Exp $ DISTNAME= sam PKGNAME= sam-4.3 @@ -27,8 +27,6 @@ MAKE_ENV+= X11PREFIX=${X11PREFIX:Q} OTHER_X_LIBS= -lSM -lICE .endif -.include "../../mk/x11.buildlink3.mk" - do-build: for d in libXg libframe sam samterm; do \ (cd ${WRKSRC}/$$d; ${MAKE_PROGRAM} -f Make.solaris \ |