aboutsummaryrefslogtreecommitdiff
path: root/science/x11iraf
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:24:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:24:29 +0000
commit52d564a55281a0e508af246fff0da98dc47c91f7 (patch)
tree3f8a80ef119467b0186ce4ffff223c0d0120ca4e /science/x11iraf
parent2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (diff)
downloadports-52d564a55281a0e508af246fff0da98dc47c91f7.tar.gz
ports-52d564a55281a0e508af246fff0da98dc47c91f7.zip
Notes
Diffstat (limited to 'science/x11iraf')
-rw-r--r--science/x11iraf/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/science/x11iraf/Makefile b/science/x11iraf/Makefile
index 64685008852d..5ffdd466eedf 100644
--- a/science/x11iraf/Makefile
+++ b/science/x11iraf/Makefile
@@ -14,6 +14,8 @@ DISTNAME= x11iraf-v${PORTVERSION}-bin.freebsd
MAINTAINER= dsyphers@u.washington.edu
COMMENT= Provides graphical tools to work with IRAF
+LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
+
NO_BUILD= yes
USE_XLIB= yes
@@ -29,12 +31,6 @@ MAN1= obmsh.1 \
ximtool.1 \
xtapemon.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
-LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
-.endif
-
do-install:
@${ECHO_MSG} "===> Installing binaries"
@${INSTALL_PROGRAM} ${BINS:S|^|${WRKDIR}/bin.freebsd/|} ${PREFIX}/bin/
@@ -45,4 +41,4 @@ do-install:
@${INSTALL_DATA} ${WRKDIR}/include/* ${PREFIX}/include/
@${INSTALL_DATA} ${WRKDIR}/lib.freebsd/libcdl.a ${PREFIX}/lib/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>