diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-07-09 07:55:45 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-07-09 07:55:45 +0000 |
commit | c0667534fc068bbb40cda1253c9e7ab4e839a0a6 (patch) | |
tree | 842ae1907f30e0eb031874a0fb491a3416abc98c /x11-fm/asfiles | |
parent | d1a7f39f014b1d4fdda39f26380b710d2ea45b4b (diff) | |
download | ports-c0667534fc068bbb40cda1253c9e7ab4e839a0a6.tar.gz ports-c0667534fc068bbb40cda1253c9e7ab4e839a0a6.zip |
Notes
Diffstat (limited to 'x11-fm/asfiles')
-rw-r--r-- | x11-fm/asfiles/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fm/asfiles/Makefile b/x11-fm/asfiles/Makefile index f2b6a851f5b7..a6e493afa204 100644 --- a/x11-fm/asfiles/Makefile +++ b/x11-fm/asfiles/Makefile @@ -24,6 +24,9 @@ USE_PERL5_BUILD=yes MAN1= files.1 MAN3= regexp.3 +CONFIGURE_ARGS+=--with-dnd-inc=${LOCALBASE}/include \ + --with-dnd-lib=${LOCALBASE}/lib + post-install: ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/last-patch-aa ${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/ |