diff options
author | beech <beech@FreeBSD.org> | 2008-03-26 05:35:07 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-26 05:35:07 +0800 |
commit | 301d8280d8b50cf75ba36c9087d78796a32ca8f2 (patch) | |
tree | 823154a724957b2bb0ac4e1c0c44743c102d4999 | |
parent | 3076b1be2138368d62941114505c3c0d0567b81a (diff) | |
download | freebsd-ports-gnome-301d8280d8b50cf75ba36c9087d78796a32ca8f2.tar.gz freebsd-ports-gnome-301d8280d8b50cf75ba36c9087d78796a32ca8f2.tar.zst freebsd-ports-gnome-301d8280d8b50cf75ba36c9087d78796a32ca8f2.zip |
- 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 |