diff options
author | grant <grant@pkgsrc.org> | 2003-08-08 08:30:19 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-08 08:30:19 +0000 |
commit | c798635adce7ae417d5bef0d81cdb36829e05e5d (patch) | |
tree | 1579f7ad8f973e32478af5a4f4e06aa133f5da71 /wm/bsetroot | |
parent | db9821a5854482256d67f6e6461761b10806fb54 (diff) | |
download | pkgsrc-c798635adce7ae417d5bef0d81cdb36829e05e5d.tar.gz |
USE_GCC_SHLIB.
from gavan@.
Diffstat (limited to 'wm/bsetroot')
-rw-r--r-- | wm/bsetroot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/bsetroot/Makefile b/wm/bsetroot/Makefile index 1a293162e01..b5213ed8aae 100644 --- a/wm/bsetroot/Makefile +++ b/wm/bsetroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 17:34:01 martti Exp $ +# $NetBSD: Makefile,v 1.9 2003/08/08 08:30:19 grant Exp $ # DISTNAME= blackbox-0.65.0 @@ -12,6 +12,7 @@ HOMEPAGE= http://blackboxwm.sourceforge.net/ COMMENT= Tools to set the root windows background USE_BUILDLINK2= YES +USE_GCC_SHLIB= YES USE_X11= YES GNU_CONFIGURE= YES |