diff options
Diffstat (limited to 'editors/pluma/Makefile')
-rw-r--r-- | editors/pluma/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index d6b4a9e4ff6c..9ee75715b315 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -10,11 +10,11 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for MATE Desktop Environment -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ - ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ - libsoup-2.4.so:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +BUILD_DEPENDS= itstool:textproc/itstool \ + ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes +LIB_DEPENDS= libenchant.so:textproc/enchant \ + libsoup-2.4.so:devel/libsoup +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes PORTSCOUT= limitw:1,even |