diff options
author | tron <tron> | 1999-01-23 00:26:05 +0000 |
---|---|---|
committer | tron <tron> | 1999-01-23 00:26:05 +0000 |
commit | ac8331b123a822688cd92b4ba5c245deec8986d1 (patch) | |
tree | 32ae2b04a81eb8c39e2c4720780801393dffe616 /sysutils | |
parent | 6fd039672cabd6471da0da6cd294871155a39488 (diff) | |
download | pkgsrc-ac8331b123a822688cd92b4ba5c245deec8986d1.tar.gz |
Add conflict list and pkglint package.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xosview/Makefile | 6 |
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 |