diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-17 17:03:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-17 17:03:13 +0800 |
commit | d5a21ad42234724bb01d01cc174e490eb834aac4 (patch) | |
tree | 40e299bd309c5c64fc8bcdcc99355e0c1f262ef7 /graphics | |
parent | 9295383b19b3740b29e9ede0daab8d1be402f1d1 (diff) | |
download | freebsd-ports-gnome-d5a21ad42234724bb01d01cc174e490eb834aac4.tar.gz freebsd-ports-gnome-d5a21ad42234724bb01d01cc174e490eb834aac4.tar.zst freebsd-ports-gnome-d5a21ad42234724bb01d01cc174e490eb834aac4.zip |
- bugfix USE_GETTEXT
Submitted by: Alex Kozlov
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xfig-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/xfig/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index 66a621db827b..2b9d72c44151 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/Makefile @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:S,.a,-alpha,} LATEST_LINK= xfig-devel USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xi xmu xpm xt -USE_GETETEXT= yes +USE_GETTEXT= yes MAN1= xfig.1 MAKE_ENV+= DOCSDIR=${DOCSDIR} diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index b31b62624463..d028e9b0aaa9 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xi xmu xpm xt +USE_GETTEXT= yes MAN1= xfig.1 MANCOMPRESSED= yes |