diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-18 01:33:53 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-18 01:33:53 +0800 |
commit | 463a141bbae6fd9329ae3d3a004e32d2a5894085 (patch) | |
tree | 923697c3a11add27b35b62a4b47a56ebe6a88fd7 /x11-toolkits | |
parent | 7e3b8d542033e57aee59cde80a24674574363d43 (diff) | |
download | freebsd-ports-gnome-463a141bbae6fd9329ae3d3a004e32d2a5894085.tar.gz freebsd-ports-gnome-463a141bbae6fd9329ae3d3a004e32d2a5894085.tar.zst freebsd-ports-gnome-463a141bbae6fd9329ae3d3a004e32d2a5894085.zip |
Second try at fixing the plist
pointyhat to: arved
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index 2673809fc170..efec92783c67 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -28,4 +28,7 @@ PLIST_SUB= GTK1="" PLIST_SUB= GTK1="@comment " .endif +post-patch: + ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure + .include <bsd.port.mk> |