diff options
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 9797b9491f03..fca003e70a8f 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -21,9 +21,9 @@ PORTSCOUT= limitw:0,even .if !defined(REFERENCE_PORT) -RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ - ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - python:${PORTSDIR}/lang/python +RUN_DEPENDS+= update-mime-database:misc/shared-mime-info \ + ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ + python:lang/python USES+= gettext gmake libtool pathfix perl5 pkgconfig GNU_CONFIGURE= yes @@ -42,7 +42,7 @@ OPTIONS_DEFINE= CUPS DEBUG OPTIONS_DEFAULT=CUPS OPTIONS_SUB= yes -CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups +CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_CONFIGURE_ON= --enable-cups=auto CUPS_CONFIGURE_OFF= --disable-cups DEBUG_CONFIGURE_ON= --enable-debug=yes |