diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-06-01 21:55:13 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-06-01 21:55:13 +0000 |
commit | b8408f8dd2628e1ccf0783bd9f4c236beaea867f (patch) | |
tree | ff830f5f6c5873d2bcb3ead8a218f02302658eff /comms | |
parent | 6a8bd716e622c0a5cd0f2c0fd1cfa0a613f053df (diff) | |
download | ports-b8408f8dd2628e1ccf0783bd9f4c236beaea867f.tar.gz ports-b8408f8dd2628e1ccf0783bd9f4c236beaea867f.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/gammu-python/Makefile | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/comms/Makefile b/comms/Makefile index eaae26d84e5a..8ce742db73d1 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -34,7 +34,6 @@ SUBDIR += flwrap SUBDIR += gammu SUBDIR += gammu-devel - SUBDIR += gammu-python SUBDIR += garmin-utils SUBDIR += geoid SUBDIR += ghfaxviewer diff --git a/comms/gammu-python/Makefile b/comms/gammu-python/Makefile deleted file mode 100644 index 9204e09a3120..000000000000 --- a/comms/gammu-python/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: comms/gammu-python -# Date created: 14 May 2010 -# Whom: bsam -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -python - -CONFLICTS= gammu-[1-9]* gammu-devel-[1-9]* - -DEPRECATED= since version 1.29.0 comms/gammu uses python by default -EXPIRATION_DATE= 2011-05-11 - -WITH_PYTHON_GAMMU= yes - -MASTERDIR= ${.CURDIR}/../gammu - -.include "${MASTERDIR}/Makefile" |