diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | dc1177a9a5be3b096b2023326ea54d3152bf1571 (patch) | |
tree | fac4efda6d456d2e4eb8e8e61b9c14eda7202813 /x11/kdebase4-workspace/Makefile | |
parent | Add bin/apple_driver. (diff) |
Fourth round of INSTALLS_SHLIBS conversion.
Notes
Notes:
svn path=/head/; revision=29630
Diffstat (limited to 'x11/kdebase4-workspace/Makefile')
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index cda7136c2f65..3631ae463be9 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \ MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes USE_QT2= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \ --with-qt-dir=${X11BASE} \ |