|
Lines 7-13
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= emacs |
8 |
PORTNAME= emacs |
| 9 |
PORTVERSION= ${EMACS_VER}.${EMACS_REV} |
9 |
PORTVERSION= ${EMACS_VER}.${EMACS_REV} |
| 10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 2 |
| 11 |
PORTEPOCH= 1 |
11 |
PORTEPOCH= 1 |
| 12 |
CATEGORIES= editors ipv6 |
12 |
CATEGORIES= editors ipv6 |
| 13 |
MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ |
13 |
MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ |
|
Lines 157-167
Link Here
|
| 157 |
.if defined(WITHOUT_GIF) |
157 |
.if defined(WITHOUT_GIF) |
| 158 |
CONFIGURE_ARGS+= --without-gif |
158 |
CONFIGURE_ARGS+= --without-gif |
| 159 |
.else |
159 |
.else |
| 160 |
. if exists(${LOCALBASE}/lib/libgif.so) |
|
|
| 161 |
LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib |
160 |
LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib |
| 162 |
. else |
|
|
| 163 |
LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif |
| 164 |
. endif |
| 165 |
.endif |
161 |
.endif |
| 166 |
|
162 |
|
| 167 |
.if defined(WITHOUT_PNG) |
163 |
.if defined(WITHOUT_PNG) |