diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /graphics/isreal | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes
Notes:
svn path=/head/; revision=175261
Diffstat (limited to 'graphics/isreal')
-rw-r--r-- | graphics/isreal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/isreal/Makefile b/graphics/isreal/Makefile index 1a03dd1690b9..4fc2a3fdf358 100644 --- a/graphics/isreal/Makefile +++ b/graphics/isreal/Makefile @@ -3,11 +3,11 @@ # Whom: Mark Pulford <mark@kyne.com.au> # # $FreeBSD$ -# +# $MCom: ports/graphics/isreal/Makefile,v 1.1 2006/10/04 13:20:38 ahze Exp $ PORTNAME= isreal PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= markp @@ -19,6 +19,7 @@ COMMENT= An image classification utility PLIST_FILES= bin/isreal USE_XLIB= yes USE_GNOME= imlib +CFLAGS:= ${CFLAGS} -I${LOCALBASE}/include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/isreal ${PREFIX}/bin |