diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11/rxvt-unicode | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 058ec37d396d..379631abc4cb 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -12,8 +12,8 @@ COMMENT= Clone of the terminal emulator rxvt modified to support Unicode LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:${PORTSDIR}/x11-fonts/fontconfig -RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:x11-fonts/fontconfig +RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig USES= cpe pkgconfig shebangfix tar:bzip2 terminfo USE_XORG= xpm xft xrender @@ -62,8 +62,8 @@ PORTDOCS= README.xvt ${PORTDOCS1} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMLOCALE_FIX} -PATCH_DEPENDS+= p5-Encode-HanExtra>=0:${PORTSDIR}/chinese/p5-Encode-HanExtra \ - p5-Encode-JIS2K>=0:${PORTSDIR}/converters/p5-Encode-JIS2K +PATCH_DEPENDS+= p5-Encode-HanExtra>=0:chinese/p5-Encode-HanExtra \ + p5-Encode-JIS2K>=0:converters/p5-Encode-JIS2K .endif # disable the embedded perl interpreter @@ -149,7 +149,7 @@ CONFIGURE_ARGS+= --enable-pixbuf CONFIGURE_ARGS+= --disable-startup-notification .else CONFIGURE_ARGS+= --enable-startup-notification -LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS+= libstartup-notification-1.so:x11/startup-notification .endif # enable support for 256 colors |