diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-03-20 18:06:28 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-03-20 18:06:28 +0000 |
commit | 4200e8e970830284f16453009a73ef05ad62b255 (patch) | |
tree | 12e1fd2fe923800bdc7beaa943741a456abb4402 /deskutils/gnotime/Makefile | |
parent | ef27046ba09ccf086f683b44b7d1d0b539614c7f (diff) | |
download | ports-4200e8e970830284f16453009a73ef05ad62b255.tar.gz ports-4200e8e970830284f16453009a73ef05ad62b255.zip |
Notes
Diffstat (limited to 'deskutils/gnotime/Makefile')
-rw-r--r-- | deskutils/gnotime/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 40c1318e1dfe..2acbb153432b 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -31,8 +31,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ MAN1= gnotime.1 GCONF_SCHEMAS= gnotime.schemas -post-patch: - @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \ - ${WRKSRC}/configure - .include <bsd.port.mk> |