diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
commit | 09e4e6f119b9ec6b0056a841d178b9a94d4663c4 (patch) | |
tree | 60dbec4f6c36413d232be56d31553ec53ac5f6fa /editors/texmacs | |
parent | 6ed6dba53f7727f76189d43bcaac071f15a544b6 (diff) | |
download | ports-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.tar.gz ports-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.zip |
Notes
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index c85837b6c6d9..c4518d8eeb1a 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -7,6 +7,7 @@ PORTNAME= texmacs PORTVERSION= 1.0.6.9 +PORTREVISION= 1 CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/%SUBDIR%/ \ ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \ @@ -42,7 +43,7 @@ MAN1= texmacs.1 fig2ps.1 MANCOMPRESSED= yes .if !defined(WITHOUT_IMLIB2) -LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS+= Imlib2.4:${PORTSDIR}/graphics/imlib2 CONFIGURE_ARGS+= --with-imlib2 .endif |