diff options
-rw-r--r-- | devel/t1lib/Makefile | 4 |
1 files 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 |