diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-05-11 14:00:51 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-05-11 14:00:51 +0800 |
commit | 40e3234d090fa75e867a3a7500b6c615821a4176 (patch) | |
tree | 12626bb0527c01454365ced0d83449d41d37003d /www | |
parent | e877dbda6e6ab09d3b5cc31d845f2f1fc9c20487 (diff) | |
download | freebsd-ports-gnome-40e3234d090fa75e867a3a7500b6c615821a4176.tar.gz freebsd-ports-gnome-40e3234d090fa75e867a3a7500b6c615821a4176.tar.zst freebsd-ports-gnome-40e3234d090fa75e867a3a7500b6c615821a4176.zip |
- make sure libxml2 is recorded
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 365686189d99..adee3373fc8f 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -67,7 +67,7 @@ USE_GSTREAMER+= vorbis ogg theora vp8 good .endif .if ${PORT_OPTIONS:MGTK2} -USE_GNOME+= gtk20 +USE_GNOME+= gtk20 libxml2 .endif .if ${PORT_OPTIONS:MKDE4} |