diff options
author | pav <pav@FreeBSD.org> | 2005-07-14 05:57:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-14 05:57:39 +0800 |
commit | 7b909af07bab4ee625f0be4189b65a6823da0ede (patch) | |
tree | dcfe78aeca944a4d2e7c40573ddfbfb542ee5e7a /devel/ossp-val/Makefile | |
parent | 367d9c27db02b271dbcb1d60b4c36a563cc37518 (diff) | |
download | freebsd-ports-gnome-7b909af07bab4ee625f0be4189b65a6823da0ede.tar.gz freebsd-ports-gnome-7b909af07bab4ee625f0be4189b65a6823da0ede.tar.zst freebsd-ports-gnome-7b909af07bab4ee625f0be4189b65a6823da0ede.zip |
- Update to 0.9.3
PR: ports/83410
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Diffstat (limited to 'devel/ossp-val/Makefile')
-rw-r--r-- | devel/ossp-val/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile index b90b296a644d..739c210a7f24 100644 --- a/devel/ossp-val/Makefile +++ b/devel/ossp-val/Makefile @@ -8,7 +8,7 @@ # PORTNAME= val -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -24,11 +24,9 @@ USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} -.include <bsd.port.pre.mk> +MAN1= val-config.1 +MAN3= val.3 -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" -.endif +NOT_FOR_ARCHS= alpha -.include "${FILESDIR}/manpages.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |