summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-05-27 07:32:49 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-05-27 07:32:49 +0000
commit25490e549cf0bf4301486ebaee20dd0146e556da (patch)
tree6b02d7bb229a631bea273867412c7d3095680f14 /deskutils
parentInstall headers in ${PREFIX}/include, not ${PREFIX}/include/giflib. (diff)
Forget about ${PREFIX}/include/giflib.
Notes
Notes: svn path=/head/; revision=19018
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kcharselect/Makefile5
-rw-r--r--deskutils/korganizer/Makefile6
2 files changed, 4 insertions, 7 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
index 4a2526ceee38..0e14f703b3b7 100644
--- a/deskutils/kcharselect/Makefile
+++ b/deskutils/kcharselect/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
+# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-extra-includes=$(PREFIX)/include/giflib"
+ "--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
-CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>
diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile
index f1445e5e98e2..076bba3902c2 100644
--- a/deskutils/korganizer/Makefile
+++ b/deskutils/korganizer/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
-# $Id: Makefile,v 1.11 1998/10/02 18:21:25 brian Exp $
+# $Id: Makefile,v 1.12 1999/04/21 03:21:14 jkoshy Exp $
#
DISTNAME= korganizer-1.1
@@ -22,9 +22,7 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-extra-includes=$(PREFIX)/include/giflib"
-
+CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"