diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-19 09:58:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-19 09:58:00 +0000 |
commit | 3a439e3045891e451f171f5c991a4e3a3aae9c97 (patch) | |
tree | 954f52c1bf7f9fd46a1a3809c0b2b4cb156ceaf1 /graphics | |
parent | fc0f70bb91b67b27ba15e89f64754d1da7a0936e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/electriceyes/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index 26c001edad2d..1cc997001d11 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -16,17 +16,15 @@ MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ +post-patch: + @${REINPLACE_CMD} -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' post-install: ${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes |