diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-22 05:41:26 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-22 05:41:26 +0000 |
commit | 22b9c80eab348e6ca6fa91b0d137c371753e17a2 (patch) | |
tree | c5c2bb1e22f14cdfbcc07fa66e4aad4a1e84b794 /x11-toolkits/libpanelappletmm/Makefile | |
parent | 96c78cdd40f8e0423c8d7e86fa243a64a75c0c93 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libpanelappletmm/Makefile')
-rw-r--r-- | x11-toolkits/libpanelappletmm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile index 687fd2618863..a27fc110abea 100644 --- a/x11-toolkits/libpanelappletmm/Makefile +++ b/x11-toolkits/libpanelappletmm/Makefile @@ -35,5 +35,7 @@ PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ + ${WRKSRC}/tools/extra_defs_gen/Makefile.in .include <bsd.port.mk> |