summaryrefslogtreecommitdiff
path: root/x11/xsnow
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-08 21:57:57 +0000
committerjlam <jlam>2007-09-08 21:57:57 +0000
commitd3d09c144d85973c335accf4124b64acdbf4dbd5 (patch)
tree090b4461321e87c968b099c0a26b69c4da29ff20 /x11/xsnow
parent8e28113239ef7008026f3d0ab38b5b78597ee482 (diff)
downloadpkgsrc-d3d09c144d85973c335accf4124b64acdbf4dbd5.tar.gz
Convert to use the features framework.
Diffstat (limited to 'x11/xsnow')
-rw-r--r--x11/xsnow/Makefile6
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