diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
commit | 08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35 (patch) | |
tree | 83aac97dcee746842718f1f34dfa58caca71df28 /palm | |
parent | 91696069c0e8874f735d4e30d164e5f922dd9819 (diff) | |
download | freebsd-ports-gnome-08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35.tar.gz freebsd-ports-gnome-08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35.tar.zst freebsd-ports-gnome-08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35.zip |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Diffstat (limited to 'palm')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 3 | ||||
-rw-r--r-- | palm/gnome-pilot/Makefile | 3 | ||||
-rw-r--r-- | palm/synce-gvfs/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index 63473165d0b5..6dd53b4f35d2 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -16,9 +16,8 @@ LIB_DEPENDS= gpilotd.2:${PORTSDIR}/palm/gnome-pilot USE_BZIP2= yes USE_GMAKE= yes -USES= bison pathfix +USES= bison pathfix gettext USE_GNOME= gnomeprefix libgnome -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 72e8c835abd4..41a00b2ceb5d 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -14,12 +14,11 @@ COMMENT= PalmPilot conduit system for GNOME 2 BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehier gnomepanel intlhack \ ltverhack libgnomeui -USE_GETTEXT= yes USE_AUTOTOOLS= libtool INSTALLS_OMF= yes USE_LDCONFIG= yes diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile index 57cec8377f2f..0d22794deb87 100644 --- a/palm/synce-gvfs/Makefile +++ b/palm/synce-gvfs/Makefile @@ -17,8 +17,7 @@ MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix gvfs INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |