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 /editors/texmacs | |
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 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 56dae0762a63..13c7c4b672cc 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= texmacs PORTVERSION= 1.0.6.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/%SUBDIR%/ \ ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \ @@ -24,7 +24,6 @@ LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-base -USE_XLIB= yes USE_PYTHON= yes USE_ICONV= yes REINPLACE_ARGS= -i "" |