summaryrefslogtreecommitdiff
path: root/sysutils/xosview
diff options
context:
space:
mode:
authortron <tron>1999-01-23 00:26:05 +0000
committertron <tron>1999-01-23 00:26:05 +0000
commite9e0d7bb37ec4abd3b79f5d00d34db0dbdecfa9e (patch)
tree32ae2b04a81eb8c39e2c4720780801393dffe616 /sysutils/xosview
parent1e3226c81b6ceccfb85daf4779e2fcf776d8d11f (diff)
downloadpkgsrc-e9e0d7bb37ec4abd3b79f5d00d34db0dbdecfa9e.tar.gz
Add conflict list and pkglint package.
Diffstat (limited to 'sysutils/xosview')
-rw-r--r--sysutils/xosview/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index 34add37aecf..acdcad6da3b 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 1998/11/16 15:04:51 agc Exp $
+# $NetBSD: Makefile,v 1.21 1999/01/23 00:26:05 tron Exp $
#
DISTNAME= xosview-1.6.2.a
@@ -9,6 +9,8 @@ MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/ \
MAINTAINER= bgrayson@ece.utexas.edu
HOMEPAGE= http://lore.ece.utexas.edu/~bgrayson/xosview.html
+CONFLICTS= xosview-*
+
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_X11= yes
@@ -17,7 +19,7 @@ BUILD_DEFS= UVM
# On arm32, with UVM, pmap.h contains a C++ keyword. Workaround this.
pre-build:
@if [ ${MACHINE} = "arm32" -a ! -z "${UVM}" ]; then \
- ${MKDIR} -p ${WRKSRC}/include/machine; \
+ ${MKDIR} ${WRKSRC}/include/machine; \
${SED} -e 's|virtual|virt|' /usr/include/machine/pmap.h \
> ${WRKSRC}/include/machine/pmap.h; \
fi