diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /x11-toolkits/xmhtml | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 60fa399a581a..33633e57314e 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XmHTML -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.7 PORTREVISION= 1 CATEGORIES= x11-toolkits www MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist/ @@ -14,11 +14,11 @@ MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist/ MAINTAINER= Lars.Koeller@Uni-Bielefeld.de BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_MOTIF= yes -USE_X_PREFIX= yes +USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= CC="${LIBTOOL} ${CC}" INSTALLS_SHLIB= yes |