diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-31 08:29:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-31 08:29:11 +0000 |
commit | ddec17d2c76a58ea1e94891c779fe1a0445d2a1a (patch) | |
tree | 0dffd5b990fe7724dd18f4d4604f1cb2f3e507db /comms | |
parent | Remove databases/mantis. (diff) |
- Attempt to fix build on 4.X
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=158462
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xnecview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/xnecview/Makefile b/comms/xnecview/Makefile index 06f618e33618..c7052fb346a4 100644 --- a/comms/xnecview/Makefile +++ b/comms/xnecview/Makefile @@ -17,6 +17,7 @@ COMMENT= A X viewer of nec2c data LIB_DEPENDS= png:${PORTSDIR}/graphics/png RUN_DEPENDS= nec2c:${PORTSDIR}/comms/nec2c +USE_GETOPT_LONG=yes USE_GNOME= gtk20 USE_GMAKE= yes USE_X_PREFIX= yes |