diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 18:56:13 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 18:56:13 +0000 |
commit | 3fe7edf2399886ec0fb2bc928971ac6543d869ad (patch) | |
tree | e7cf0837ac28ba947958059c9f46abc82e5a4fb1 /misc/siag | |
parent | c216c41c0a815e355fdacc820a0e1bc8037d319d (diff) | |
download | pkgsrc-3fe7edf2399886ec0fb2bc928971ac6543d869ad.tar.gz |
add USE_X11=yes
Diffstat (limited to 'misc/siag')
-rw-r--r-- | misc/siag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index e18a5e6ff6e..dccfa8c964f 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/10 02:25:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/26 18:56:15 garbled Exp $ DISTNAME= siag-3.1.11 CATEGORIES= misc textproc math @@ -14,6 +14,7 @@ DEPENDS+= guile-1.3:../../lang/guile GNU_CONFIGURE= yes USE_GMAKE= yes +USE_X11= yes CFLAGS+= -Dunix LDFLAGS+= -Wl,-R${X11BASE}/lib |