diff options
author | makc <makc@FreeBSD.org> | 2013-04-02 22:00:37 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-04-02 22:00:37 +0800 |
commit | ef25c7f262a5d65dcb65e00985b99e39e5c5ebfc (patch) | |
tree | 2e20e3db4ecfc3611f7f6fab47127c2fa2bafef1 /www | |
parent | 905ac28064fc0ba975fef79de85d84ea9a83d303 (diff) | |
download | freebsd-ports-gnome-ef25c7f262a5d65dcb65e00985b99e39e5c5ebfc.tar.gz freebsd-ports-gnome-ef25c7f262a5d65dcb65e00985b99e39e5c5ebfc.tar.zst freebsd-ports-gnome-ef25c7f262a5d65dcb65e00985b99e39e5c5ebfc.zip |
Fix typo in option spelling
Reported by: avilla via mail
Approved by: portmgr (bapt)
Diffstat (limited to 'www')
-rw-r--r-- | www/rekonq/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/rekonq/Makefile b/www/rekonq/Makefile index b3c522e0088e..a9f48f465047 100644 --- a/www/rekonq/Makefile +++ b/www/rekonq/Makefile @@ -16,10 +16,10 @@ USE_QT4= script webkit \ moc_build qmake_build rcc_build uic_build MAKE_JOBS_SAFE= yes -OPTIONS_DEFINE= OPERA NUPOMUK -OPTIONS_DEFAULT= NUPOMUK +OPTIONS_DEFINE= OPERA NEPOMUK +OPTIONS_DEFAULT= NEPOMUK OPERA_DESC= Support for Opera Sync service -NUPOMUK_DESC= Bookmarks tagging via Nepomuk +NEPOMUK_DESC= Bookmarks tagging via Nepomuk .include <bsd.port.options.mk> @@ -28,7 +28,7 @@ post-patch: 's,FIND_PACKAGE(NepomukCore,MACRO_OPTIONAL_FIND_PACKAGE(NepomukCore,' \ ${WRKSRC}/CMakeLists.txt -.if ${PORT_OPTIONS:MNUPOMUK} +.if ${PORT_OPTIONS:MNEPOMUK} USE_KDE4+= nepomuk-core .else CMAKE_ARGS+= -DWITH_NepomukCore=off |