diff options
Diffstat (limited to 'devel/pdcurses-the/Makefile')
-rw-r--r-- | devel/pdcurses-the/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pdcurses-the/Makefile b/devel/pdcurses-the/Makefile index f6d7fa784042..1c7788000e12 100644 --- a/devel/pdcurses-the/Makefile +++ b/devel/pdcurses-the/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdcurses PORTVERSION= 3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF DISTNAME= PDCurses-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Curses library implementation for Win32, DOS, OS/2 and X11 USE_LDCONFIG= yes -USE_XORG= x11 xext sm ice xt xaw8 +USE_XORG= x11 xext sm ice xt xaw GNU_CONFIGURE= yes OPTIONS= DEBUG "Enable debugging support" off \ |