. remove shlib ABI version from LIB_DEPENDS;
. portlint: use a tab (not space) after a variable name.
This commit is contained in:
parent
798477fd20
commit
ed3a850c44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321375
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@ LICENSE= GPLv2 # (or later)
|
|||
|
||||
LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \
|
||||
fftw3:${PORTSDIR}/math/fftw3 \
|
||||
gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
|
||||
gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext
|
||||
|
||||
OPTIONS_DEFINE= PERL PYTHON RUBY UNIQUE
|
||||
OPTIONS_DEFAULT=PERL PYTHON UNIQUE
|
||||
UNIQUE_DESC= Remote controle backend support
|
||||
|
||||
USE_XZ= yes
|
||||
USES= pathfix gettext
|
||||
USES= pathfix gettext
|
||||
USE_GNOME= desktopfileutils gconf2 gtk20 libxml2
|
||||
USE_GL= glu
|
||||
USE_GMAKE= yes
|
||||
|
|
Loading…
Reference in a new issue