1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

set USE_GETTEXT=yes explicitly.

This commit is contained in:
Hajimu UMEMOTO 2004-03-15 15:28:02 +00:00
parent 76effb5157
commit 852f5cfccb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104090
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ CONFLICTS= gkrellm-2.*
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= imlib
USE_GETTEXT= yes
USE_GMAKE= yes
INCLUDES= gkrellm.h gkrellm_public_proto.h

View File

@ -32,6 +32,7 @@ INSTALL_WRKSRC= ${WRKSRC}/server
USE_GNOME= glib12
.else
USE_GNOME= gtk20
USE_GETTEXT= yes
USE_XLIB= yes
USE_OPENSSL= yes
.endif