diff options
Diffstat (limited to 'www/opera-devel/Makefile')
-rw-r--r-- | www/opera-devel/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile index ab39cb12f16c..0ec1cef1332a 100644 --- a/www/opera-devel/Makefile +++ b/www/opera-devel/Makefile @@ -40,33 +40,33 @@ LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x .endif .if exists(/etc/X11/applnk) -PLIST_SUB+= APPLNK:="" +PLIST_SUB+= APPLNK="" .else -PLIST_SUB+= APPLNK:="@comment " +PLIST_SUB+= APPLNK="@comment " .endif .if exists(${X11BASE}/share/gnome) -PLIST_SUB+= GNOME:="" +PLIST_SUB+= GNOME="" .else -PLIST_SUB+= GNOME:="@comment " +PLIST_SUB+= GNOME="@comment " .endif .if exists(${X11BASE}/share/applnk/Internet) -PLIST_SUB+= KDE:="" +PLIST_SUB+= KDE="" .else -PLIST_SUB+= KDE:="@comment " +PLIST_SUB+= KDE="@comment " .endif .if exists(${X11BASE}/share/applnk/Networking) -PLIST_SUB+= KDE2:="" +PLIST_SUB+= KDE2="" .else -PLIST_SUB+= KDE2:="@comment " +PLIST_SUB+= KDE2="@comment " .endif .if exists(${X11BASE}/share/gnome/apps) -PLIST_SUB+= GNOMELNK:="" +PLIST_SUB+= GNOMELNK="" .else -PLIST_SUB+= GNOMELNK:="@comment " +PLIST_SUB+= GNOMELNK="@comment " .endif post-patch: |