diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-30 02:07:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-30 02:07:28 +0000 |
commit | c94a576e69b4028fb885da3e7ad1e4543134e92a (patch) | |
tree | 39e62448467ba012ed6a344d027d3bcb30693bbf /graphics/kdegraphics3 | |
parent | 354b6160fa4d2d865ed06c0d924f40c17b8c2d3e (diff) | |
download | ports-c94a576e69b4028fb885da3e7ad1e4543134e92a.tar.gz ports-c94a576e69b4028fb885da3e7ad1e4543134e92a.zip |
Notes
Diffstat (limited to 'graphics/kdegraphics3')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 949ccbb221f2..8b01a966b2ba 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.12 1998/09/15 11:45:57 asami Exp $ +# $Id: Makefile,v 1.13 1998/09/19 01:33:46 steve Exp $ # DISTNAME= kdegraphics-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)" \ |