diff options
Diffstat (limited to 'graphics/frei0r-plugins-gavl/Makefile')
-rw-r--r-- | graphics/frei0r-plugins-gavl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/frei0r-plugins-gavl/Makefile b/graphics/frei0r-plugins-gavl/Makefile index 84128a9dc03a..777909ec3c1e 100644 --- a/graphics/frei0r-plugins-gavl/Makefile +++ b/graphics/frei0r-plugins-gavl/Makefile @@ -1,11 +1,11 @@ PORTREVISION= 0 -PKGNAMESUFFIX= -plugins-${SLAVE_PORT:tl} +PKGNAMESUFFIX= -plugins-${EXTRA_PLUGINS:tl} -COMMENT= Frei0r ${SLAVE_PORT} plugins +COMMENT= Frei0r ${EXTRA_PLUGINS} plugins MASTERDIR= ${.CURDIR}/../frei0r PLIST= ${.CURDIR}/pkg-plist -SLAVE_PORT= gavl +EXTRA_PLUGINS= gavl .include "${MASTERDIR}/Makefile" |