diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-09 18:32:12 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-09 18:32:12 +0800 |
commit | f5cf2b7ed333ba9d0ef4b0a2f6e5fd6ff9712fa3 (patch) | |
tree | 4177d331f177232d1a84e70574f5b048ad25ae74 /x11-wm | |
parent | e86a604dc2b3df2e7822a6aceef51d6121381fa5 (diff) | |
download | freebsd-ports-graphics-f5cf2b7ed333ba9d0ef4b0a2f6e5fd6ff9712fa3.tar.gz freebsd-ports-graphics-f5cf2b7ed333ba9d0ef4b0a2f6e5fd6ff9712fa3.tar.zst freebsd-ports-graphics-f5cf2b7ed333ba9d0ef4b0a2f6e5fd6ff9712fa3.zip |
- add "-I${X11BASE}/include" into CPPFLAGS, because otherwise in some cases
configure script fails to detect session managment X11 includes.
- fix `@exec install-info ...' in pkg-plist.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/sawfish/pkg-plist | 2 | ||||
-rw-r--r-- | x11-wm/sawfish2/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/sawfish2/pkg-plist | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 60fb9dce339..9d7f279f83b 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -7,6 +7,7 @@ PORTNAME= sawfish PORTVERSION= 0.31.1 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sawmill @@ -25,7 +26,7 @@ USE_IMLIB= yes WANT_GNOME= yes USE_AUTOCONF= yes CONFIGURE_ARGS= --with-readline -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> diff --git a/x11-wm/sawfish/pkg-plist b/x11-wm/sawfish/pkg-plist index b67578c9986..ee5b32426df 100644 --- a/x11-wm/sawfish/pkg-plist +++ b/x11-wm/sawfish/pkg-plist @@ -10,7 +10,7 @@ info/sawfish.info-2 info/sawfish.info-3 info/sawfish.info-4 info/sawfish.info-5 -@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish). +@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish). sawfish programming manual" %D/info/sawfish.info %D/info/dir libexec/rep/%%GNUHOST%%/sawfish/client.so libexec/rep/%%GNUHOST%%/sawfish/client.la libexec/sawfish/%%VERSION%%/%%GNUHOST%%/DOC diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 60fb9dce339..9d7f279f83b 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -7,6 +7,7 @@ PORTNAME= sawfish PORTVERSION= 0.31.1 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sawmill @@ -25,7 +26,7 @@ USE_IMLIB= yes WANT_GNOME= yes USE_AUTOCONF= yes CONFIGURE_ARGS= --with-readline -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> diff --git a/x11-wm/sawfish2/pkg-plist b/x11-wm/sawfish2/pkg-plist index b67578c9986..ee5b32426df 100644 --- a/x11-wm/sawfish2/pkg-plist +++ b/x11-wm/sawfish2/pkg-plist @@ -10,7 +10,7 @@ info/sawfish.info-2 info/sawfish.info-3 info/sawfish.info-4 info/sawfish.info-5 -@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish). +@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish). sawfish programming manual" %D/info/sawfish.info %D/info/dir libexec/rep/%%GNUHOST%%/sawfish/client.so libexec/rep/%%GNUHOST%%/sawfish/client.la libexec/sawfish/%%VERSION%%/%%GNUHOST%%/DOC |