diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-30 03:38:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-30 03:38:32 +0800 |
commit | a85010b27e42ee06038447a944a42a1153608dab (patch) | |
tree | 0c4bf36a0927237c410656cad7da621781a878eb /x11 | |
parent | 4733619599e40b74be13785be7a118a1c73122ea (diff) | |
download | freebsd-ports-gnome-a85010b27e42ee06038447a944a42a1153608dab.tar.gz freebsd-ports-gnome-a85010b27e42ee06038447a944a42a1153608dab.tar.zst freebsd-ports-gnome-a85010b27e42ee06038447a944a42a1153608dab.zip |
- fix build for png-1.4.1
Diffstat (limited to 'x11')
-rw-r--r-- | x11/bbdock/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/bbdock/Makefile b/x11/bbdock/Makefile index 10d01294101f..3af056729859 100644 --- a/x11/bbdock/Makefile +++ b/x11/bbdock/Makefile @@ -25,6 +25,10 @@ PLIST_FILES= bin/bbdock .include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's|png_check_sig|png_sig_cmp|' \ + ${WRKSRC}/configure + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |