diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-02 02:33:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-02 02:33:16 +0800 |
commit | e2c202ee8f7664989b8847f0e14d676737ffdcd8 (patch) | |
tree | dd34e3cc023e6a9e9ab56784c6cb2ea334608c26 /multimedia | |
parent | 6a7d1235ecd2e1fd491762e38510c1f6b13d317c (diff) | |
download | freebsd-ports-graphics-e2c202ee8f7664989b8847f0e14d676737ffdcd8.tar.gz freebsd-ports-graphics-e2c202ee8f7664989b8847f0e14d676737ffdcd8.tar.zst freebsd-ports-graphics-e2c202ee8f7664989b8847f0e14d676737ffdcd8.zip |
include <bsd.port.options.mk> in Makefile.plugins because it has been converted to new options framework so all plugins needs it.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vdr/Makefile.plugins | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/vdr/Makefile.plugins b/multimedia/vdr/Makefile.plugins index 0ca0a21aee3..a571d2b83ee 100644 --- a/multimedia/vdr/Makefile.plugins +++ b/multimedia/vdr/Makefile.plugins @@ -31,6 +31,8 @@ PLIST_SUB= VDR_USER=${VDR_USER} PLIST_SUB+= VDR_GROUP=${VDR_GROUP} PLIST_SUB+= APIVERSION=${APIVERSION} +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" .else |