diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
commit | 7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01 (patch) | |
tree | 35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/xengine/Makefile | |
parent | 3c7cd2a68c125ac1b8318eb64662a065e9d9d03d (diff) | |
download | pkgsrc-7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/xengine/Makefile')
-rw-r--r-- | benchmarks/xengine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile index 503524006e0..b44f0509167 100644 --- a/benchmarks/xengine/Makefile +++ b/benchmarks/xengine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:08:12 agc Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/30 15:50:38 minskim Exp $ # FreeBSD Id: ports/benchmarks/xengine/Makefile,v 1.9 2000/02/02 22:31:24 mharo Exp DISTNAME= xengine-1.0.1 @@ -14,6 +14,8 @@ COMMENT= Reciprocating engine for X BUILD_DEPENDS= gsharutils>=4.2.1:../../archivers/gsharutils +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR} DIST_SUBDIR= xengine USE_IMAKE= yes |