diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /science/x11iraf/Makefile | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209636
Diffstat (limited to 'science/x11iraf/Makefile')
-rw-r--r-- | science/x11iraf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/x11iraf/Makefile b/science/x11iraf/Makefile index 5ffdd466eedf..d107bd1b2825 100644 --- a/science/x11iraf/Makefile +++ b/science/x11iraf/Makefile @@ -6,7 +6,7 @@ PORTNAME= x11iraf PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science astro MASTER_SITES= ftp://iraf.noao.edu/iraf/x11iraf/ DISTNAME= x11iraf-v${PORTVERSION}-bin.freebsd @@ -17,7 +17,6 @@ COMMENT= Provides graphical tools to work with IRAF LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x NO_BUILD= yes -USE_XLIB= yes # this may work on other archs, but I'm making no bets ONLY_FOR_ARCHS= i386 |