diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-23 05:56:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-23 05:56:37 +0800 |
commit | d0de0f7002e161ad90ca0fe022ace115415fca39 (patch) | |
tree | 05b289bd5773df2dc5def55cb9b62d98f3e0e3f0 /www/chromium | |
parent | a3d7a347a7d06a8a3651c30e04839c15810fd0da (diff) | |
download | freebsd-ports-gnome-d0de0f7002e161ad90ca0fe022ace115415fca39.tar.gz freebsd-ports-gnome-d0de0f7002e161ad90ca0fe022ace115415fca39.tar.zst freebsd-ports-gnome-d0de0f7002e161ad90ca0fe022ace115415fca39.zip |
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 91669b90e60d..bed7b268761c 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -17,6 +17,7 @@ BROKEN_FreeBSD_9=does not configure BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \ bash:shells/bash \ + python:lang/python \ yasm:devel/yasm \ flock:sysutils/flock \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ |