From 35f15ae7f59e2ea71087ceb29684007c5eed385f Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 31 Jul 2007 12:18:11 +0000 Subject: [PATCH] - Depend on xaw explicitly - Bump PORTREVISION Approved by: garga (mentor, implicit) --- devel/t1lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile index 1ccc67a929dd..86c58fcf36b1 100644 --- a/devel/t1lib/Makefile +++ b/devel/t1lib/Makefile @@ -8,7 +8,7 @@ PORTNAME= t1lib PORTVERSION= 5.1.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} @@ -24,7 +24,7 @@ ALL_TARGET= without_doc USE_LDCONFIG= yes .if !defined(WITHOUT_X11) -USE_XLIB= yes +USE_XORG= xaw CONFIGURE_ARGS+= --with-x PLIST_SUB+= X11="" .else