diff options
Diffstat (limited to 'deskutils/gtimer/Makefile')
-rw-r--r-- | deskutils/gtimer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index e96957f9cd81..57dfbe0d17e5 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -14,13 +14,13 @@ LICENSE= GPLv2 RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils -USE_XORG= xscrnsaver +USE_XORG= x11 xscrnsaver USE_GNOME= gtk20 USES= gettext perl5 gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lX11 post-patch: @${REINPLACE_CMD} -e 's|1.1.7|${PORTVERSION}|g' ${WRKSRC}/configure |