diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-30 21:06:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-30 21:06:03 +0000 |
commit | 27ea7268ed988b8edb36341effb135452040033e (patch) | |
tree | cc66f9772f5d2ab7c1860d1f4b9580bbfa1ab6c9 /graphics | |
parent | 1e18a408e78f566cf9ab49d253381d07315bad7b (diff) | |
download | ports-27ea7268ed988b8edb36341effb135452040033e.tar.gz ports-27ea7268ed988b8edb36341effb135452040033e.zip |
Update to use GNOMENG.
PR: 42129
Submitted by: Juan Salaverria <rael@vectorstar.net>
Notes
Notes:
svn path=/head/; revision=65335
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gsubedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gsubedit/Makefile b/graphics/gsubedit/Makefile index 956d6fcf192d..f5a422bf6f47 100644 --- a/graphics/gsubedit/Makefile +++ b/graphics/gsubedit/Makefile @@ -18,7 +18,8 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -30,8 +31,7 @@ post-patch: s|share/pixmaps|share/gnome/pixmaps|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^gsubeditdoc|#gsubeditdoc|g ; \ - s|-g -O2|| ; \ - s|\$$(datadir)/locale|\$$(prefix)/share/locale|' + s|-g -O2|| ' post-install: .if !defined(NOPORTDOCS) |