diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-20 08:28:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-20 08:28:22 +0000 |
commit | daa4af4f3f8926fd5f52edaf7692a8ca365ad544 (patch) | |
tree | 142d0fe8890cb2fc571d3ae67a8bc0bf844fcc21 /x11-toolkits/sdl_pango | |
parent | 37bfaa4e5f7fd8b4115d91ad96bb70fe99a06e78 (diff) |
Unbreak when an alternate LOCALBASE is used.
Submitted by: Tim Bishop <tdb@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=180248
Diffstat (limited to 'x11-toolkits/sdl_pango')
-rw-r--r-- | x11-toolkits/sdl_pango/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/sdl_pango/Makefile b/x11-toolkits/sdl_pango/Makefile index 397d867a6250..daa05ddd90a1 100644 --- a/x11-toolkits/sdl_pango/Makefile +++ b/x11-toolkits/sdl_pango/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl_pango PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sdlpango @@ -20,7 +21,7 @@ COMMENT= SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2. USE_SDL= sdl USE_GNOME= pango -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_LDCONFIG= yes .include <bsd.port.mk> |