diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
commit | e7a3b40f2f2727f2aa489686379d24ef713d42b6 (patch) | |
tree | 83b98a8e9d6b20e333967850c6ae011cc66dd5bc /science | |
parent | 652b5f2ab695eee5d807552834f0b56e9bc4449d (diff) | |
download | freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.gz freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.zst freebsd-ports-gnome-e7a3b40f2f2727f2aa489686379d24ef713d42b6.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'science')
-rw-r--r-- | science/gramps/Makefile | 1 | ||||
-rw-r--r-- | science/gsmc/Makefile | 1 | ||||
-rw-r--r-- | science/x11iraf/Makefile | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 4221772bf002..8641f7cce6dd 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml USE_BDB= 42+ -USE_XLIB= yes USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/science/gsmc/Makefile b/science/gsmc/Makefile index 71c733dbb4e8..22268428640b 100644 --- a/science/gsmc/Makefile +++ b/science/gsmc/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= http://www.qsl.net/ik5nax/ MAINTAINER= db@FreeBSD.org COMMENT= Smith chart program for impedance matching -USE_X_PREFIX= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_GMAKE= yes 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 |