aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/aeskulap
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2018-01-12 00:53:44 +0800
committerdanfe <danfe@FreeBSD.org>2018-01-12 00:53:44 +0800
commit6ed13fce8ae198cfc7c4e72fd91efc013cec64d5 (patch)
treefcced31c72840886a6d6a0f34a3554ffe11dc971 /graphics/aeskulap
parent9398f9d27db183495f97a3f10035ccec4e380272 (diff)
downloadfreebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.gz
freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.zst
freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.zip
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Diffstat (limited to 'graphics/aeskulap')
-rw-r--r--graphics/aeskulap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile
index 4460929fb4ba..6cb96fe354fc 100644
--- a/graphics/aeskulap/Makefile
+++ b/graphics/aeskulap/Makefile
@@ -19,8 +19,8 @@ USE_GITHUB= yes
GH_ACCOUNT= pipelka
GH_TAGNAME= ea0a119
-USES= compiler:c++11-lang autoreconf desktop-file-utils gettext gmake \
- libtool localbase pkgconfig
+USES= compiler:c++11-lang autoreconf desktop-file-utils gettext \
+ gmake libtool localbase pkgconfig
USE_CXXSTD= c++11
USE_GNOME= gconfmm26 gtkmm24 intltool
GCONF_SCHEMAS= aeskulap.schemas
@@ -31,5 +31,4 @@ CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
-
.include <bsd.port.mk>