From cce014d321a8a34e7075cf856e66ba029b4a4be2 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 18 Dec 2012 00:30:36 +0000 Subject: [PATCH] Cleaned up formatting a bit on the hqx bep. --- media-gfx/hqx/hqx-1.1.bep | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/media-gfx/hqx/hqx-1.1.bep b/media-gfx/hqx/hqx-1.1.bep index d2936cd25..ba9a5e07f 100644 --- a/media-gfx/hqx/hqx-1.1.bep +++ b/media-gfx/hqx/hqx-1.1.bep @@ -4,22 +4,22 @@ SRC_URI="http://hqx.googlecode.com/files/hqx-1.1.tar.gz" REVISION="1" STATUS_HAIKU="untested" DEPEND="media-libs/devil >= 1.7.8" -MESSAGE="Make sure you have your gcc set to gcc4 before running by executing $setgcc gcc4 " +MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." CHECKSUM_MD5="e4d3132b5f3614a75975b62fe6a066bb" BUILD { - cd hqx-1.1 + cd hqx-1.1 - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make + ./configure --prefix=`finddir B_COMMON_DIRECTORY` + make } INSTALL { - cd hqx-1.1 - make install - + cd hqx-1.1 + make install } LICENSE="GNU LGPL v2" -COPYRIGHT=" (c) 2003 Maxim Stepin, (c) 2010 Cameron Zemek" \ No newline at end of file +COPYRIGHT="2003 Maxim Stepin, + 2010 Cameron Zemek"