diff options
author | asami <asami@FreeBSD.org> | 2000-06-02 00:43:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-02 00:43:22 +0800 |
commit | a43cbde2e7b4438aad61fafe8bd78705581e4bc1 (patch) | |
tree | 5076c65067147ac0b30b796cb832c138c514335f /x11/kdelibs3 | |
parent | 9f98bf4077ac0ea0455222b4afaa1c878aa84c0b (diff) | |
download | freebsd-ports-gnome-a43cbde2e7b4438aad61fafe8bd78705581e4bc1.tar.gz freebsd-ports-gnome-a43cbde2e7b4438aad61fafe8bd78705581e4bc1.tar.zst freebsd-ports-gnome-a43cbde2e7b4438aad61fafe8bd78705581e4bc1.zip |
Remove extra \ at end of line.
Reported by: bento
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index a6c4a67f683c..3396e22df38d 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \ MOC="${MOC}" USE_GMAKE= yes -MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" \ +MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" PLIST_SUB+= LIBVER="${SOMAJOR}" post-install: |