diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-13 06:41:50 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-13 06:41:50 -0300 |
commit | d92164d046af8935154c11bdd71d905134907580 (patch) | |
tree | f856e77833b5413acd1af27d5c37bd54526c600c /libre/ogre | |
parent | 66153bbabf875c9ad23fd8093fd04287cae49110 (diff) | |
download | abslibre-d92164d046af8935154c11bdd71d905134907580.tar.gz abslibre-d92164d046af8935154c11bdd71d905134907580.tar.bz2 abslibre-d92164d046af8935154c11bdd71d905134907580.zip |
ogre: minor fix
Diffstat (limited to 'libre/ogre')
-rw-r--r-- | libre/ogre/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/ogre/PKGBUILD b/libre/ogre/PKGBUILD index 3b30a5146..ee8c4a774 100644 --- a/libre/ogre/PKGBUILD +++ b/libre/ogre/PKGBUILD @@ -22,7 +22,9 @@ arch=( armv7h ) url=http://www.${pkgbase}3d.org -license=MIT +license=( + MIT +) depends=( boost-libs freeimage |