diff options
| author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-25 21:35:07 +0000 |
|---|---|---|
| committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-25 21:35:07 +0000 |
| commit | 1b76a5a8eeed6a4ab1c60383cf9c1c306d7d49e7 (patch) | |
| tree | 9d284fb83fc99ff15d45dba29a58b898ee4082d5 | |
| parent | - Fix build (diff) | |
- Add depend for libSM to USE_XORG
Reported by: pointyhat
| -rw-r--r-- | x11-clocks/buici-clock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/buici-clock/Makefile b/x11-clocks/buici-clock/Makefile index d26d11a05ac3..a537d45e88b8 100644 --- a/x11-clocks/buici-clock/Makefile +++ b/x11-clocks/buici-clock/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes -USE_XORG= x11 xau xdmcp xext ice +USE_XORG= x11 xau xdmcp xext ice sm MAN1= buici-clock.1 PLIST_FILES= bin/buici-clock |
