diff options
author | pav <pav@FreeBSD.org> | 2006-03-31 08:29:11 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-31 08:29:11 +0000 |
commit | b770939a3bbfd56b9d1ed8c1f9b166f929711fad (patch) | |
tree | 78ebc6fabdeb59dc69e209b1c3380aa0609a11ad /comms/xnecview | |
parent | 9d7e7e85e662d26810b895ab28554bb6a77ee926 (diff) | |
download | FreeBSD-ports-b770939a3bbfd56b9d1ed8c1f9b166f929711fad.zip FreeBSD-ports-b770939a3bbfd56b9d1ed8c1f9b166f929711fad.tar.gz |
- Attempt to fix build on 4.X
Reported by: krismail
Diffstat (limited to 'comms/xnecview')
-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 06f618e..c7052fb 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 |