diff options
-rw-r--r-- | games/alienarena-data/Makefile | 2 | ||||
-rw-r--r-- | games/gcompris-qt/Makefile | 4 | ||||
-rw-r--r-- | multimedia/dvdstyler/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/games/alienarena-data/Makefile b/games/alienarena-data/Makefile index 38d224411380..1bcd3a268978 100644 --- a/games/alienarena-data/Makefile +++ b/games/alienarena-data/Makefile @@ -2,7 +2,7 @@ PORTNAME= alienarena PORTVERSION= 2013.766 -PORTEEVISION= 1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \ http://ftp.jeuxlinux.fr/files/ \ diff --git a/games/gcompris-qt/Makefile b/games/gcompris-qt/Makefile index 74010d74c8b7..81261d1697a7 100644 --- a/games/gcompris-qt/Makefile +++ b/games/gcompris-qt/Makefile @@ -8,8 +8,8 @@ COMMENT= Educational games and activities for kids ages 2 to 10 LICENSE= AGPLv3 GPLv3 LICENSE_COMB= multi -LICENSE_AGPLv3= ${WRKSRC}/COPYING.txt -LICENSE_GPLv3= ${WRKSRC}/COPYING-GPLv3 +LICENSE_FILE_AGPLv3= ${WRKSRC}/COPYING.txt +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING-GPLv3 LIB_DEPENDS= libBox2D.so:x11-toolkits/qml-box2d diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 5399fa1ca1a8..7370a5184837 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -40,7 +40,7 @@ USE_WX= 3.0 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_AVCONV_PATH="" OBJCXX="${CXX}" -CONFIGURE_ARG= --without-gnome +CONFIGURE_ARGS= --without-gnome CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |