diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-29 01:56:24 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-29 01:56:24 +0800 |
commit | a5eda96fca46737fba8ba7452cc322860169d0bb (patch) | |
tree | 0862428797b539b84d510045439b8d8a9a7499f8 /deskutils | |
parent | c1ac260e34f0600e6cb7897e248a6c94d10491ba (diff) | |
download | marcuscom-ports-a5eda96fca46737fba8ba7452cc322860169d0bb.tar marcuscom-ports-a5eda96fca46737fba8ba7452cc322860169d0bb.tar.gz marcuscom-ports-a5eda96fca46737fba8ba7452cc322860169d0bb.tar.bz2 marcuscom-ports-a5eda96fca46737fba8ba7452cc322860169d0bb.tar.lz marcuscom-ports-a5eda96fca46737fba8ba7452cc322860169d0bb.tar.xz marcuscom-ports-a5eda96fca46737fba8ba7452cc322860169d0bb.tar.zst marcuscom-ports-a5eda96fca46737fba8ba7452cc322860169d0bb.zip |
Train configure about the new version of gtkhtml3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3146 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnotime/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index c3c1bfb41..ba8d9b91c 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -21,10 +21,16 @@ USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gnotime.1 GCONF_SCHEMAS= gnotime.schemas +# until a new version comes out... +post-patch: + @${REINPLACE_CMD} -e "s|gtkhtml-3.1|gtkhtml-3.6|g" \ + ${WRKSRC}/configure + .include <bsd.port.mk> |