mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="graphviz - Open Source Graph Visualization Software."
|
||||
HOMEPAGE="http://www.graphviz.org/"
|
||||
DESCRIPTION="graphviz - Open Source Graph Visualization Software."
|
||||
HOMEPAGE="http://www.graphviz.org/"
|
||||
SOURCE_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.24.0.tar.gz"
|
||||
CHECKSUM_MD5="806a30dbc3f8deb219216f35be0e7a40"
|
||||
REVISION="1"
|
||||
|
||||
@@ -125,7 +125,7 @@ BUILD()
|
||||
CPPFLAGS=`pkg-config --cflags freetype2` \
|
||||
LDFLAGS=`pkg-config --libs freetype2` \
|
||||
--enable-shared \
|
||||
--disable-perl
|
||||
--disable-perl
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user