diff options
author | sketch <sketch> | 2009-01-27 20:26:01 +0000 |
---|---|---|
committer | sketch <sketch> | 2009-01-27 20:26:01 +0000 |
commit | 73280e00644bc7db6e9a0b4c90733c66697c398e (patch) | |
tree | a1b697e4df20ff43cfd6dc6009bcb005638bee9f /devel/libatomic_ops/Makefile | |
parent | 19b988ab83954bc7ba74de7f3649211dc61e94b0 (diff) | |
download | pkgsrc-73280e00644bc7db6e9a0b4c90733c66697c398e.tar.gz |
Forgot to install the sunc/x86.h header in previous.
Diffstat (limited to 'devel/libatomic_ops/Makefile')
-rw-r--r-- | devel/libatomic_ops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile index 62b1f58db59..d0ae3b26482 100644 --- a/devel/libatomic_ops/Makefile +++ b/devel/libatomic_ops/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2008/12/22 02:46:52 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/27 20:26:01 sketch Exp $ # .include "Makefile.version" DISTNAME= libatomic_ops-${LIBATOMIC_OPS_SNAPDATE} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} |