diff options
author | krion <krion@FreeBSD.org> | 2003-08-01 18:24:48 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-01 18:24:48 +0000 |
commit | d90310b8232560a80591d88efb91a76c14a164cf (patch) | |
tree | 1386dfe8876524049f58a4898ec0d51b5c652661 /misc/misterproper | |
parent | c9d5c4839e0cedddf19df13a3a83ea2ec5034d37 (diff) | |
download | FreeBSD-ports-d90310b8232560a80591d88efb91a76c14a164cf.zip FreeBSD-ports-d90310b8232560a80591d88efb91a76c14a164cf.tar.gz |
- Rearrange USE_GNOME
PR: 55154
Submitted by: Ports Fury
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'misc/misterproper')
-rw-r--r-- | misc/misterproper/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/misc/misterproper/Makefile b/misc/misterproper/Makefile index eee0174..722fcdf 100644 --- a/misc/misterproper/Makefile +++ b/misc/misterproper/Makefile @@ -16,17 +16,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME application designed to manage cyclic tasks USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomelibs gnomeprefix gnometarget USE_GMAKE= yes -USE_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - .include <bsd.port.mk> |