diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
commit | 6ed13fce8ae198cfc7c4e72fd91efc013cec64d5 (patch) | |
tree | fcced31c72840886a6d6a0f34a3554ffe11dc971 /graphics/aeskulap | |
parent | 9398f9d27db183495f97a3f10035ccec4e380272 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |