diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/9box | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'x11/9box')
-rw-r--r-- | x11/9box/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/9box/Makefile b/x11/9box/Makefile index dab866808cec..6e97349b015b 100644 --- a/x11/9box/Makefile +++ b/x11/9box/Makefile @@ -7,7 +7,7 @@ PORTNAME= 9box PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= thierry @@ -19,6 +19,7 @@ PLIST_FILES= bin/9box USE_XLIB= yes USE_X_PREFIX= yes USE_GMAKE= yes +USE_XORG= xbitmaps BUILD_WRKSRC= ${WRKSRC}/src |