diff options
author | kristerw <kristerw> | 2004-06-27 23:04:17 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-06-27 23:04:17 +0000 |
commit | b4cb6085360d9457386342c3d07809dae15ac8a7 (patch) | |
tree | b2affad28e7713de80b234291ae86e0293ccc70b /x11/gdkxft | |
parent | 4599e14831270027267a025b703aecb2ad4771b5 (diff) | |
download | pkgsrc-b4cb6085360d9457386342c3d07809dae15ac8a7.tar.gz |
The capplet-widget.h is not located where this package expect.
Add an include path to its current location.
Diffstat (limited to 'x11/gdkxft')
-rw-r--r-- | x11/gdkxft/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index b7c237ba8db..0106021f2fb 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/04/27 09:28:30 recht Exp $ +# $NetBSD: Makefile,v 1.23 2004/06/27 23:04:17 kristerw Exp $ # DISTNAME= gdkxft-1.5 @@ -24,6 +24,8 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-static +CPPFLAGS+= -I${LOCALBASE}/include/libcapplet1 + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gdkxft .for doc in AUTHORS COPYING ChangeLog INSTALL NEWS README |