diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-09 11:23:26 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-09 11:23:26 +0000 |
commit | 53bb023b6e0f07f8b8213639d09d42b8fd005d12 (patch) | |
tree | af2ddbf35c6432280769febe46cffeda4058a2d7 | |
parent | 0e3bc7e9c2338bf12fad09129105c7ea497bc290 (diff) | |
download | FreeBSD-ports-53bb023b6e0f07f8b8213639d09d42b8fd005d12.zip FreeBSD-ports-53bb023b6e0f07f8b8213639d09d42b8fd005d12.tar.gz |
Fix excessive indentation.
-rw-r--r-- | x11-toolkits/libbonoboui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index e3c79e4..490a6f0 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gnomecanvas-2.0:${PORTSDIR}/graphics/libgnomecanvas \ - gnome-2.0:${PORTSDIR}/x11/libgnome + gnome-2.0:${PORTSDIR}/x11/libgnome USE_BZIP2= yes USE_X_PREFIX= yes |