diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-26 23:35:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-26 23:35:34 +0000 |
commit | 3f958411df5ae13946fbfd3f69b18892d89aeb37 (patch) | |
tree | 8844d2b0fc0b77d283d17e170050c59fb1adaad1 /graphics | |
parent | 25cf79a57829a2a9cb96c1bd9479a6a5be123e6d (diff) |
Passify portlint, and remove some whitespace from a blank line.
Notes
Notes:
svn path=/head/; revision=92273
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 5fc4ecadcc49..0fac5fcda0db 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" - + .include <bsd.port.pre.mk> .if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.10) |