diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-02 10:28:00 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-02 10:28:00 +0800 |
commit | 4dcca793ae57635f39de7f5a28367e372fa84302 (patch) | |
tree | dbfdf5175dbadaffc42fdfac478c818b61eedda7 /x11-wm | |
parent | d9a5647f85d7c542e91ecc7ace198f1a706ea6d6 (diff) | |
download | marcuscom-ports-4dcca793ae57635f39de7f5a28367e372fa84302.tar.gz marcuscom-ports-4dcca793ae57635f39de7f5a28367e372fa84302.tar.zst marcuscom-ports-4dcca793ae57635f39de7f5a28367e372fa84302.zip |
Replace spaces with tabs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13974 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 67d08770e..94dcefab7 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,7 +3,7 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.153 2010/04/01 11:55:05 kwm Exp $ # PORTNAME= metacity @@ -15,10 +15,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A window manager for the adult in you -BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity +BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity + canberra-gtk.0:${PORTSDIR}/audio/libcanberra +RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity USE_BZIP2= yes USE_XORG= x11 xcomposite xdamage @@ -38,6 +38,6 @@ MAN1= metacity-message.1 metacity-theme-viewer.1 \ post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include <bsd.port.mk> |