diff options
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index fc563ebe60ff..6df15daac781 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -25,6 +25,8 @@ CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ --with-configdir=${PREFIX}/share/xscreensaver/config/ +.include <bsd.port.pre.mk> + .if defined(HAVE_GNOME) CONFIGURE_ARGS+= --with-gnome .else @@ -61,6 +63,4 @@ post-patch: ${WRKSRC}/hacks/glx/${file} .endfor -.include <bsd.port.pre.mk> - .include <bsd.port.post.mk> |