diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-13 17:34:54 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-13 17:34:54 +0000 |
commit | 15c0ec11fdfd400c47b0f3a811c00387790a3470 (patch) | |
tree | 61b7a96a38dac8ffee8dac88ef4d15dd8535ef54 /astro | |
parent | - Install man page with INSTALL_MAN instead of INSTALL_DATA (diff) |
- USE_XLIB --> USE_XORG
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=208976
Diffstat (limited to 'astro')
-rw-r--r-- | astro/saoimage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index ae37b01030a2..db3f93ce0f29 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -7,17 +7,17 @@ PORTNAME= saoimage PORTVERSION= 1.35.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/ MAINTAINER= ports@FreeBSD.org COMMENT= Smithsonian Astrophysical Observatory image utility for X -USE_XLIB= yes MAKEFILE= makefile MAKE_ENV= OFLAGS="${CFLAGS}" ALL_TARGET= ${OPSYS} +USE_XORG= x11 MAN1= saoimage.1 |