diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 01:45:28 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 01:45:28 +0000 |
commit | 104dae94dad99d8adaea6548d6f52a55147a43e3 (patch) | |
tree | 1db537a87743d02c18f5ea1966acb4885cb741ee /x11 | |
parent | 0ac59a40bf95c8721add93ea8fa45c211b7c8b05 (diff) | |
download | FreeBSD-ports-104dae94dad99d8adaea6548d6f52a55147a43e3.zip FreeBSD-ports-104dae94dad99d8adaea6548d6f52a55147a43e3.tar.gz |
BROKEN: Missing dependencies
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libSM/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 61a003c..9c66090 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -30,4 +30,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-6.0.1 INSTALLS_SHLIB= yes +BROKEN= "Missing dependencies" + .include <bsd.port.mk> |