diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /devel/pdcurses | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) | |
download | ports-2a9763f12a2973ba3a8c14259329bc467c86224a.tar.gz ports-2a9763f12a2973ba3a8c14259329bc467c86224a.zip |
Notes
Diffstat (limited to 'devel/pdcurses')
-rw-r--r-- | devel/pdcurses/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pdcurses/Makefile b/devel/pdcurses/Makefile index 00c586287145..f6d7fa784042 100644 --- a/devel/pdcurses/Makefile +++ b/devel/pdcurses/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdcurses PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF DISTNAME= PDCurses-${PORTVERSION} @@ -15,7 +16,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Curses library implementation for Win32, DOS, OS/2 and X11 USE_LDCONFIG= yes -USE_XLIB= yes +USE_XORG= x11 xext sm ice xt xaw8 GNU_CONFIGURE= yes OPTIONS= DEBUG "Enable debugging support" off \ |