diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-08 21:57:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-08 21:57:57 +0000 |
commit | 2761568ac280270d3e97f7e38922103a7a4ff840 (patch) | |
tree | 090b4461321e87c968b099c0a26b69c4da29ff20 /x11 | |
parent | 48bbc6ce1f67bf684a69a2ea4678cd6f17f128e9 (diff) | |
download | pkgsrc-2761568ac280270d3e97f7e38922103a7a4ff840.tar.gz |
Convert to use the features framework.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xsnow/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index e37cc0e6bb6..9f265b54040 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/09/06 21:51:55 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2007/09/08 21:58:02 jlam Exp $ DISTNAME= xsnow-1.42 PKGREVISION= 2 @@ -9,12 +9,12 @@ MAINTAINER= is@NetBSD.org HOMEPAGE= http://www.euronet.nl/~rja/Xsnow/ COMMENT= Create a snowy and Santa-y desktop +USE_FEATURES= snprintf USE_IMAKE= yes .include "../../mk/bsd.prefs.mk" -.if !empty(LOWER_OPSYS:Mirix5*) -. include "../../pkgtools/libnbcompat/inplace.mk" # snprintf() +.if !empty(MISSING_FEATURES:Msnprintf) IMAKEOPTS+= -DExtraLibraries=${LIBS:Q} .endif |