diff options
-rw-r--r-- | www/amyc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile index 8267e74513bf..a8b05e6d8196 100644 --- a/www/amyc/Makefile +++ b/www/amyc/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" USE_GNOMENG= yes +USE_GNOME= gnomehack WANT_GNOME= yes .include <bsd.port.pre.mk> @@ -35,8 +36,4 @@ PKGNAMESUFFIX= -gtk PLIST_SUB= WITH_GTK="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e 's!\(datadir\)/locale!(prefix)/share/locale!' \ - ${WRKSRC}/po/Makefile.in.in - .include <bsd.port.post.mk> |