diff options
author | jlam <jlam> | 2005-06-01 19:31:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-01 19:31:17 +0000 |
commit | ab2b42a69519e8d6caea8a7ca4eb94f380abd52f (patch) | |
tree | 33ebd51d791aa24b64a6ea8b9588a9318291262e /graphics | |
parent | f4f3d85dceb3a08c154666c35e793f6f960f1f5a (diff) | |
download | pkgsrc-ab2b42a69519e8d6caea8a7ca4eb94f380abd52f.tar.gz |
Include bsd.prefs.mk to define OPSYS.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 3d7ea9a63d2..9de228936c7 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/06/01 18:02:58 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/06/01 19:31:17 jlam Exp $ DISTNAME= xpm-3.4k PKGREVISION= 3 @@ -14,6 +14,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_IMAKE= # defined +.include "../../mk/bsd.prefs.mk" + .if ${OPSYS} == "SunOS" post-install: cd ${PREFIX}/lib && \ |