diff options
author | avilla <avilla@FreeBSD.org> | 2011-10-03 00:26:12 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-10-03 00:26:12 +0800 |
commit | 49200856d6d918d96925b9cf4fa545aa78e30cca (patch) | |
tree | f8feb873510d769e0691a015e09dc06c2ac2f4d1 /graphics | |
parent | 290351617aff8f76ebc9ebdc0dce20df4ef8069f (diff) | |
download | freebsd-ports-gnome-49200856d6d918d96925b9cf4fa545aa78e30cca.tar.gz freebsd-ports-gnome-49200856d6d918d96925b9cf4fa545aa78e30cca.tar.zst freebsd-ports-gnome-49200856d6d918d96925b9cf4fa545aa78e30cca.zip |
- Avoid conflicts with graphics/frei0r's OPTIONS.
This fixes a "bug" introduced by me three months ago.
Approved by: bsdkaffee@gmail.com (maintainer, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/frei0r-plugins/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/frei0r-plugins/Makefile b/graphics/frei0r-plugins/Makefile index 3d7772350cbc..1bbe606d8065 100644 --- a/graphics/frei0r-plugins/Makefile +++ b/graphics/frei0r-plugins/Makefile @@ -13,6 +13,9 @@ EXTRACT_ONLY= # empty COMMENT= Frei0r meta-port +# Required in order to avoid conflicts with graphics/frei0r's OPTIONS. +LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} + RUN_DEPENDS= ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r MASTERDIR= ${.CURDIR}/../frei0r |