diff options
author | agc <agc@pkgsrc.org> | 1999-02-04 18:54:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-02-04 18:54:35 +0000 |
commit | 19d2aaa44b7a9b95f3abe22161be02b2ab5e6fff (patch) | |
tree | a901d53c27cc109cecfc41d87c5d27c4293d51ca /editors/sam | |
parent | ca7f20731ea1874fba42dee6f0707ad6d6f997e4 (diff) | |
download | pkgsrc-19d2aaa44b7a9b95f3abe22161be02b2ab5e6fff.tar.gz |
Set USE_X11=yes, to denote that the package uses X11 libraries and
headers to build (from Tim Rightnour).
Diffstat (limited to 'editors/sam')
-rw-r--r-- | editors/sam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 339e924ff58..00708d24ace 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/06/22 13:01:52 agc Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/04 18:54:35 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp # @@ -20,4 +20,6 @@ OPSYS!= uname -s MANCOMPRESSED= yes .endif +USE_X11= yes + .include "../../mk/bsd.pkg.mk" |