diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:14:28 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:14:28 +0000 |
commit | 8ed49557f8c4e8955c6b5b0224d8161991d28a27 (patch) | |
tree | 3b9c92739826c7b9f42f60481316d62c1fb5f650 /x11/libSM | |
parent | 816cf4dccc6c63a5c93a7939f9bd230628d9f374 (diff) |
Notes
Diffstat (limited to 'x11/libSM')
-rw-r--r-- | x11/libSM/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 05af68453f54..1c5fa1d01a06 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libSM -# Date Created: 09 Nov, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# +# Created by: Eric Anholt <anholt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libSM PORTVERSION= 1.2.0 @@ -15,10 +11,8 @@ COMMENT= Session Management library for X11 LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros - XORG_CAT= lib -USE_XORG= ice xproto:both xtrans +USE_XORG= ice xproto:both xtrans xorg-macros CONFIGURE_ARGS+=--disable-docs --without-xmlto |