diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-19 13:04:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-19 13:04:30 +0000 |
commit | 334eb0fc61312986b1d9f56b24c7518920f81462 (patch) | |
tree | eba3c1f7e94497327507881e3b0eb623013d377e /graphics/goom/Makefile | |
parent | typo fix. (diff) |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Diffstat (limited to 'graphics/goom/Makefile')
-rw-r--r-- | graphics/goom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index 7764a4aeca1d..552acf56d85a 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -17,7 +17,7 @@ COMMENT= Visual effects library USE_AUTOTOOLS= libtool WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|} -USE_GNOME= gnomehack +USES= pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |