diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-17 23:15:07 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-17 23:15:07 +0000 |
commit | f9e20bb8466e150c52ebb537ae0ace1357e6a7df (patch) | |
tree | 8448c26539b000a902e92940acff5fef08b94ff0 /x11/kdelibs2 | |
parent | 7cbdbc04eb8b2745a02bc088629da175ff708902 (diff) | |
download | ports-f9e20bb8466e150c52ebb537ae0ace1357e6a7df.tar.gz ports-f9e20bb8466e150c52ebb537ae0ace1357e6a7df.zip |
Notes
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r-- | x11/kdelibs2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index d0924b4ade37..e92dfed87891 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -28,7 +28,8 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \ --with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ --with-extra-libs=${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \ + MOC="${MOC}" USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" \ PLIST_SUB+= LIBVER="${SOMAJOR}" |