diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
commit | 7710b55bc3f0d213f6344fa1a608919c44a344b5 (patch) | |
tree | 55eace3b8e7907f8b07ed3c7b0695add019fe3b0 /misc/kdeedu4/Makefile | |
parent | 27f7ce2fe2b84f6569fce9b395c31ff011d9ae1a (diff) | |
download | ports-7710b55bc3f0d213f6344fa1a608919c44a344b5.tar.gz ports-7710b55bc3f0d213f6344fa1a608919c44a344b5.zip |
Notes
Diffstat (limited to 'misc/kdeedu4/Makefile')
-rw-r--r-- | misc/kdeedu4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index 5f620905cd85..b2d4677406cd 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -15,7 +15,9 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Collection of entertaining, educational programs for KDE -CONFLICTS= kwordquiz-[0-9]* +LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb + +CONFLICTS+= kwordquiz-[0-9]* kgeography-[0-9]* USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} @@ -26,6 +28,8 @@ USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-libusb=${LOCALBASE} + INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 |