diff options
author | markus <markus@FreeBSD.org> | 2004-11-12 02:19:14 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-11-12 02:19:14 +0800 |
commit | f11af2164b338447748407adb174c0b405920c97 (patch) | |
tree | e4b18bd918a730dddad7ed3d56e97341eef777cf /ftp/kasablanca/Makefile | |
parent | 4846a2b1b1ff368c5065c9b27e9826c97506c624 (diff) | |
download | freebsd-ports-gnome-f11af2164b338447748407adb174c0b405920c97.tar.gz freebsd-ports-gnome-f11af2164b338447748407adb174c0b405920c97.tar.zst freebsd-ports-gnome-f11af2164b338447748407adb174c0b405920c97.zip |
- pthread-check fix
Diffstat (limited to 'ftp/kasablanca/Makefile')
-rw-r--r-- | ftp/kasablanca/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/kasablanca/Makefile b/ftp/kasablanca/Makefile index 1146b889e46d..0609955ae694 100644 --- a/ftp/kasablanca/Makefile +++ b/ftp/kasablanca/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://download.berlios.de/kasablanca/ MAINTAINER= markus@FreeBSD.org COMMENT= Graphical ftp client for KDE +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure + USE_KDELIBS_VER=3 USE_GMAKE= yes USE_OPENSSL= yes |