diff options
Diffstat (limited to 'archivers/ark/Makefile')
-rw-r--r-- | archivers/ark/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index ce97981d0926..2909271574e3 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.18 1998/09/15 11:46:01 asami Exp $ +# $Id: Makefile,v 1.19 1998/09/19 01:33:46 steve Exp $ # DISTNAME= kdeutils-1.0 @@ -22,6 +22,8 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ kfm\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs +BROKEN_ELF= depends on kdelibs + USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ |