diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-11 08:42:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-11 08:42:09 +0800 |
commit | c8e507000900e9443b130b4d96796d60e51d5668 (patch) | |
tree | c3eb6433051099eb398a266757340490d597b4a6 /Mk | |
parent | eee2268c852c8d2f478a43a0e8254a0778fd7c33 (diff) | |
download | marcuscom-ports-c8e507000900e9443b130b4d96796d60e51d5668.tar marcuscom-ports-c8e507000900e9443b130b4d96796d60e51d5668.tar.gz marcuscom-ports-c8e507000900e9443b130b4d96796d60e51d5668.tar.bz2 marcuscom-ports-c8e507000900e9443b130b4d96796d60e51d5668.tar.lz marcuscom-ports-c8e507000900e9443b130b4d96796d60e51d5668.tar.xz marcuscom-ports-c8e507000900e9443b130b4d96796d60e51d5668.tar.zst marcuscom-ports-c8e507000900e9443b130b4d96796d60e51d5668.zip |
Do this right. Add a BUILD_DEPENDS on intltool to intlhack.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1454 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 5de786d08..d249711c7 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -395,6 +395,7 @@ gstreamerplugins_LIB_DEPENDS= gstplay-0.7.1:${PORTSDIR}/multimedia/gstreamer-plu gstreamerplugins_DETECT= ${X11BASE}/libdata/pkgconfig/gstreamer-play-0.7.pc gstreamerplugins_USE_GNOME_IMPL= gconf2 +intlhack_BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";|' |