diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-09 07:31:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-09 07:31:12 +0000 |
commit | 7a587bde603ae5f8399a0e1ea6dcf616a693ca93 (patch) | |
tree | 2c2e148d76e6e60ea528f84f1043f580ac62cf4b /print/gnome-print/Makefile | |
parent | Update to 0.5.10. (diff) |
Update to 0.30.
Notes
Notes:
svn path=/head/; revision=48586
Diffstat (limited to 'print/gnome-print/Makefile')
-rw-r--r-- | print/gnome-print/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 6e3d02e896b0..cd320ae50b2e 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeprint -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-print @@ -22,15 +22,15 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes USE_GNOMECTRL= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-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 \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' |