diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-09 15:40:18 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-09 15:40:18 +0800 |
commit | 33e7139d19f56f5da5124f97be10918195f6646f (patch) | |
tree | 24f3209152c13529f4f0222a2c9f3ee46df33731 /x11/libgnome/Makefile | |
parent | a869061c30a5f622a930f6460784b00f175a5970 (diff) | |
download | freebsd-ports-gnome-33e7139d19f56f5da5124f97be10918195f6646f.tar.gz freebsd-ports-gnome-33e7139d19f56f5da5124f97be10918195f6646f.tar.zst freebsd-ports-gnome-33e7139d19f56f5da5124f97be10918195f6646f.zip |
Some of the GNOME components now install their include files into
${PREFIX}/include/gnome-1.0 instead of plain ${PREFIX}/include, so make
gnome-config return appropriate cpp(1) flags necessary to find those
headers. Bump PORTREVISION accordingly.
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index c3dc0f4c7427..da5ed840c084 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.4.1.2 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs |